Skip to content

Commit fdc70e4

Browse files
authored
Merge pull request #57 from gsteel/PHP-8.4
Add support for PHP 8.4
2 parents 5f6dde1 + 35b350a commit fdc70e4

File tree

4 files changed

+202
-199
lines changed

4 files changed

+202
-199
lines changed

.laminas-ci.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"backwardCompatibilityCheck": true,
33
"ignore_php_platform_requirements": {
4-
"8.3": false
4+
"8.4": true
55
},
66
"extensions": [
77
"apcu"

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@
3333
}
3434
},
3535
"require": {
36-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
36+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
3737
"dflydev/fig-cookies": "^3.0.0",
3838
"mezzio/mezzio-session": "^1.4",
3939
"psr/cache": "^1.0 || ^2.0 || ^3.0",
4040
"psr/container": "^1.0 || ^2.0 || ^3.0"
4141
},
4242
"require-dev": {
43-
"laminas/laminas-cache": "^4.0.0",
43+
"laminas/laminas-cache": "^4.0.4",
4444
"laminas/laminas-cache-storage-adapter-apcu": "^3.0.0",
4545
"laminas/laminas-coding-standard": "~2.5.0",
46-
"laminas/laminas-diactoros": "^3.3.1",
47-
"phpunit/phpunit": "^10.5.21",
46+
"laminas/laminas-diactoros": "^3.4.0",
47+
"phpunit/phpunit": "^10.5.36",
4848
"psalm/plugin-phpunit": "^0.19.0",
49-
"vimeo/psalm": "^5.24.0"
49+
"vimeo/psalm": "^5.26.1"
5050
},
5151
"suggest": {
5252
"psr/cache-implementation": "This package requires a PSR-6 CacheItemPoolInterface implementation."

0 commit comments

Comments
 (0)