Skip to content

Commit d23d128

Browse files
authored
Merge pull request #80 from gsteel/v3/php8.5
Drop support for PHP 8.1, add support for PHP 8.5
2 parents 3df5752 + e12906f commit d23d128

File tree

3 files changed

+461
-310
lines changed

3 files changed

+461
-310
lines changed

.laminas-ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ignore_php_platform_requirements": {
3-
"8.4": true
3+
"8.4": true,
4+
"8.5": true
45
},
56
"backwardCompatibilityCheck": true
67
}

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@
2121
"config": {
2222
"sort-packages": true,
2323
"platform": {
24-
"php": "8.1.99"
24+
"php": "8.2.99"
2525
},
2626
"allow-plugins": {
2727
"dealerdirect/phpcodesniffer-composer-installer": true
2828
}
2929
},
3030
"extra": {},
3131
"require": {
32-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
32+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
3333
"fig/http-message-util": "^1.1",
3434
"laminas/laminas-escaper": "^2.10.0",
3535
"psr/http-message": "^1.0 || ^2.0",
3636
"psr/http-server-middleware": "^1.0.2"
3737
},
3838
"require-dev": {
39-
"laminas/laminas-coding-standard": "~2.5.0",
40-
"laminas/laminas-diactoros": "^2.25 || ^3.5.0",
41-
"phpunit/phpunit": "^10.5.37",
39+
"laminas/laminas-coding-standard": "^3.1.0",
40+
"laminas/laminas-diactoros": "^2.25 || ^3.8.0",
41+
"phpunit/phpunit": "^10.5.58",
4242
"psalm/plugin-phpunit": "^0.19.0",
4343
"vimeo/psalm": "^5.26.1"
4444
},

0 commit comments

Comments
 (0)