Skip to content

Commit

Permalink
Merge pull request #67 from gsteel/v3/php-8.4
Browse files Browse the repository at this point in the history
Add support for PHP 8.4 to the 3.x Series
  • Loading branch information
gsteel authored Oct 28, 2024
2 parents c8d802a + 29146de commit 3df5752
Show file tree
Hide file tree
Showing 10 changed files with 205 additions and 189 deletions.
7 changes: 6 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{}
{
"ignore_php_platform_requirements": {
"8.4": true
},
"backwardCompatibilityCheck": true
}
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
},
"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",
"fig/http-message-util": "^1.1",
"laminas/laminas-escaper": "^2.10.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-server-middleware": "^1.0.2"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^2.25 || ^3.3.1",
"phpunit/phpunit": "^10.5.27",
"laminas/laminas-diactoros": "^2.25 || ^3.5.0",
"phpunit/phpunit": "^10.5.37",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.25.0"
"vimeo/psalm": "^5.26.1"
},
"conflict": {
"zendframework/zend-stratigility": "*"
Expand Down
Loading

0 comments on commit 3df5752

Please sign in to comment.