Skip to content

Commit

Permalink
Merge pull request #57 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 5f6dde1 + 35b350a commit fdc70e4
Show file tree
Hide file tree
Showing 4 changed files with 202 additions and 199 deletions.
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"backwardCompatibilityCheck": true,
"ignore_php_platform_requirements": {
"8.3": false
"8.4": true
},
"extensions": [
"apcu"
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"dflydev/fig-cookies": "^3.0.0",
"mezzio/mezzio-session": "^1.4",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/container": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"laminas/laminas-cache": "^4.0.0",
"laminas/laminas-cache": "^4.0.4",
"laminas/laminas-cache-storage-adapter-apcu": "^3.0.0",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^3.3.1",
"phpunit/phpunit": "^10.5.21",
"laminas/laminas-diactoros": "^3.4.0",
"phpunit/phpunit": "^10.5.36",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.24.0"
"vimeo/psalm": "^5.26.1"
},
"suggest": {
"psr/cache-implementation": "This package requires a PSR-6 CacheItemPoolInterface implementation."
Expand Down
Loading

0 comments on commit fdc70e4

Please sign in to comment.