Skip to content

Commit c84265f

Browse files
authored
Merge pull request #146 from gsteel/php8.5
Drop support for PHP 8.1, add support for PHP 8.5
2 parents 6f8d218 + 4e0a0b2 commit c84265f

13 files changed

+454
-370
lines changed

.laminas-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ignore_php_platform_requirements": {
3-
"8.4": true
3+
"8.5": true
44
}
55
}

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
"dealerdirect/phpcodesniffer-composer-installer": true
2424
},
2525
"platform": {
26-
"php": "8.1.99"
26+
"php": "8.2.99"
2727
}
2828
},
2929
"require": {
30-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
30+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
3131
"composer-runtime-api": "^2.0.0",
3232
"psr/container": "^1.0 || ^2.0",
3333
"symfony/console": "^6.0 || ^7.0",
3434
"symfony/event-dispatcher": "^6.0 || ^7.0",
35-
"webmozart/assert": "^1.10"
35+
"webmozart/assert": "^1.11"
3636
},
3737
"require-dev": {
3838
"laminas/laminas-coding-standard": "^3.1.0",
3939
"laminas/laminas-mvc": "^3.8.0",
40-
"laminas/laminas-servicemanager": "^3.23.1",
40+
"laminas/laminas-servicemanager": "^3.24.0",
4141
"mikey179/vfsstream": "2.0.x-dev",
42-
"phpunit/phpunit": "^10.5.58",
42+
"phpunit/phpunit": "^11.5.42",
4343
"psalm/plugin-phpunit": "^0.19.5",
4444
"vimeo/psalm": "^6.13.1"
4545
},

0 commit comments

Comments
 (0)