Skip to content

Commit

Permalink
Merge pull request #227 from netglue/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 Oct 14, 2024
2 parents 5895cb2 + 67a996c commit ea49af0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"amqp"
],
"ignore_php_platform_requirements": {
"8.3": true
"8.4": true
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"require": {
"php": "~8.1 || ~8.2 || ~8.3",
"php": "~8.1 || ~8.2 || ~8.3 || ~8.4",
"gsteel/dot": "^1.6",
"laminas/laminas-stdlib": "^3.6",
"psr/container": "^1.0 || ^2.0",
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 ea49af0

Please sign in to comment.