Skip to content

Commit

Permalink
Merge pull request #31 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 9a59ddd + 8a5e814 commit 9512bc5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.2": false
}
"8.4": true
},
"backwardCompatibilityCheck": true
}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"mezzio/mezzio-session": "^1.0",
"psr/container": "^1.0 || ^2.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"mezzio/mezzio-flash": "^1.8",
"phpunit/phpunit": "^10.5.2",
"vimeo/psalm": "^5.17"
"phpunit/phpunit": "^10.5.36",
"vimeo/psalm": "^5.26.1"
},
"conflict": {
"zendframework/zend-expressive-csrf": "*"
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 9512bc5

Please sign in to comment.