Skip to content

Commit

Permalink
Allow PHP 8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Demonchaux <[email protected]>
  • Loading branch information
fezfez committed Aug 3, 2024
1 parent e662c68 commit 0e54f0d
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 160 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.1": true
"8.4": true
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"extra": {
},
"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-escaper": "^2.9",
"laminas/laminas-validator": "^2.39"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.25"
"phpunit/phpunit": "^9.6.20"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 0e54f0d

Please sign in to comment.