Skip to content

Commit 27bc2c9

Browse files
authored
Merge pull request #41 from gsteel/php-8.4
Add support for PHP 8.4
2 parents f22ac96 + e6b0965 commit 27bc2c9

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

.laminas-ci.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
{}
1+
{
2+
"ignore_php_platform_requirements": {
3+
"8.4": true
4+
},
5+
"backwardCompatibilityCheck": true
6+
}

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@
3636
}
3737
},
3838
"require": {
39-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
39+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
4040
"fig/http-message-util": "^1.1.2",
41-
"laminas/laminas-stdlib": "^3.1",
41+
"laminas/laminas-stdlib": "^3.19.0",
4242
"mezzio/mezzio-router": "^3.14",
4343
"nikic/fast-route": "^1.2",
4444
"psr/container": "^1.0 || ^2.0",
4545
"psr/http-message": "^1.0.1 || ^2.0.0"
4646
},
4747
"require-dev": {
4848
"laminas/laminas-coding-standard": "~2.5.0",
49-
"laminas/laminas-diactoros": "^3.3.0",
50-
"laminas/laminas-stratigility": "^4.0",
51-
"mikey179/vfsstream": "^1.6.11",
52-
"phpunit/phpunit": "^10.5.9",
49+
"laminas/laminas-diactoros": "^3.4.0",
50+
"laminas/laminas-stratigility": "^4.0.2",
51+
"mikey179/vfsstream": "^1.6.12",
52+
"phpunit/phpunit": "^10.5.36",
5353
"psalm/plugin-phpunit": "^0.19.0",
54-
"vimeo/psalm": "^5.21.1"
54+
"vimeo/psalm": "^5.26.1"
5555
},
5656
"conflict": {
5757
"container-interop/container-interop": "<1.2.0",

composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)