Skip to content

Commit 5d19278

Browse files
authored
Merge pull request #55 from gsteel/php-8.4
Add support for PHP 8.4
2 parents bcde385 + 5bb4718 commit 5d19278

7 files changed

+291
-269
lines changed

.laminas-ci.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"ignore_php_platform_requirements": {
3+
"8.4": true
4+
},
5+
"backwardCompatibilityCheck": true
6+
}

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@
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
"ext-json": "*",
4141
"fig/http-message-util": "^1.1.2",
4242
"psr/container": "^1.0 || ^2.0",
4343
"psr/http-factory": "^1.0",
4444
"psr/http-message": "^1.0 || ^2.0",
4545
"psr/http-server-middleware": "^1.0",
46-
"spatie/array-to-xml": "^2.3 || ^3.0",
46+
"spatie/array-to-xml": "^3.3.0",
4747
"webmozart/assert": "^1.10",
4848
"willdurand/negotiation": "^3.0"
4949
},
5050
"require-dev": {
5151
"laminas/laminas-coding-standard": "~2.5.0",
52-
"laminas/laminas-diactoros": "^3.3",
53-
"phpunit/phpunit": "^10.5.10",
52+
"laminas/laminas-diactoros": "^3.4",
53+
"phpunit/phpunit": "^10.5.36",
5454
"psalm/plugin-phpunit": "^0.18.4",
55-
"vimeo/psalm": "^5.21.1"
55+
"vimeo/psalm": "^5.26.1"
5656
},
5757
"autoload": {
5858
"psr-4": {

0 commit comments

Comments
 (0)