Skip to content

Commit

Permalink
Merge pull request #36 from gsteel/php-8.4
Browse files Browse the repository at this point in the history
Add support for PHP 8.4
  • Loading branch information
gsteel authored Oct 16, 2024
2 parents 8afcd16 + 61e8685 commit d1b37bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
7 changes: 4 additions & 3 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.3": true
}
"ignore_php_platform_requirements": {
"8.4": true
},
"backwardCompatibilityCheck": true
}
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"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.5",
"laminas/laminas-psr7bridge": "^1.0.0",
"laminas/laminas-router": "^3.10.0",
Expand All @@ -43,12 +43,12 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^2.25.2 || ^3.3.0",
"laminas/laminas-i18n": "^2.23.1",
"laminas/laminas-stratigility": "^4.0",
"phpunit/phpunit": "^10.4.2",
"laminas/laminas-diactoros": "^2.25.2 || ^3.4.0",
"laminas/laminas-i18n": "^2.29.0",
"laminas/laminas-stratigility": "^4.0.2",
"phpunit/phpunit": "^10.5.36",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.15"
"vimeo/psalm": "^5.26.1"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1b37bd

Please sign in to comment.