Skip to content

Commit

Permalink
Added support for PHP 8.4. Fixed deprecation notices on implicity nul…
Browse files Browse the repository at this point in the history
…l in ServiceManagerFactory.php and CorsService.php

Signed-off-by: Eric Richer [email protected] <[email protected]>
  • Loading branch information
visto9259 committed Nov 23, 2024
1 parent 3d035a5 commit 659c679
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 101 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-eventmanager": "^2.6.4 || ^3.2.1",
"laminas/laminas-http": "^2.10",
"laminas/laminas-mvc": "^2.7.15 || ^3.1.1",
Expand Down
Loading

0 comments on commit 659c679

Please sign in to comment.