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: Alejandro Celaya <[email protected]>
  • Loading branch information
acelaya committed Nov 17, 2024
1 parent 8f10c14 commit 26a71e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"ignore_php_platform_requirements": {
"8.2": false,
"8.3": false
"8.3": false,
"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 @@ -26,15 +26,15 @@
},
"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",
"brick/varexporter": "^0.5.0 || ^0.4.0",
"laminas/laminas-stdlib": "^3.18.0",
"webimpress/safe-writer": "^2.2.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~3.0.0",
"laminas/laminas-config": "^3.9.0",
"phpunit/phpunit": "^10.5.11",
"phpunit/phpunit": "^10.5.38",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.22.2"
},
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 26a71e9

Please sign in to comment.