Skip to content

Commit

Permalink
Merge pull request #38 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 8fa159b + 19f6536 commit 0324700
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 113 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 @@ -32,7 +32,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",
"mezzio/mezzio-authentication": "^1.3",
"mezzio/mezzio-session": "^1.6",
"psr/container": "^1.0 || ^2.0",
Expand All @@ -42,10 +42,10 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^3.3",
"phpunit/phpunit": "^10.5.5",
"laminas/laminas-diactoros": "^3.4",
"phpunit/phpunit": "^10.5.36",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.18.0"
"vimeo/psalm": "^5.26.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 0324700

Please sign in to comment.