Skip to content

Commit

Permalink
Add support for PHP 8.4
Browse files Browse the repository at this point in the history
Signed-off-by: ADmad <[email protected]>
  • Loading branch information
ADmad committed Oct 12, 2024
1 parent f971d35 commit 2055644
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"extensions": [
"gd"
],
"ignore_php_platform_requirements": {
"8.4": true
},
"backwardCompatibilityCheck": true
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/http-factory": "^1.0.2",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"psr/http-factory": "^1.1",
"psr/http-message": "^1.1 || ^2.0"
},
"require-dev": {
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 2055644

Please sign in to comment.