Skip to content

Commit

Permalink
Merge pull request #52 from acelaya-forks/php-8.4-support
Browse files Browse the repository at this point in the history
Add support for PHP 8.4
  • Loading branch information
samsonasik authored Nov 17, 2024
2 parents 8f10c14 + 86bb27a commit 63ef272
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.2": 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 63ef272

Please sign in to comment.