Skip to content

Commit

Permalink
Merge pull request #352 from gsteel/PHP-8.4
Browse files Browse the repository at this point in the history
Add Support for PHP 8.4
  • Loading branch information
gsteel authored Nov 26, 2024
2 parents 2396d3f + ad728b9 commit 557c340
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"backwardCompatibilityCheck": true,
"ignore_php_platform_requirements": {
"8.4": true
},
"additional_checks": [
{
"name": "Unit tests with psr/cache v2",
Expand Down
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": "^3.4",
"laminas/laminas-servicemanager": "^4.1",
"laminas/laminas-stdlib": "^3.20",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 557c340

Please sign in to comment.