Skip to content

Commit dd4e761

Browse files
committed
Drop support for PHP 8.1, add support for PHP 8.5
Also upgrade PHPUnit to 11.x Signed-off-by: George Steel <george@net-glue.co.uk>
1 parent 52e26ae commit dd4e761

File tree

6 files changed

+804
-598
lines changed

6 files changed

+804
-598
lines changed

.laminas-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"backwardCompatibilityCheck": true,
33
"ignore_php_platform_requirements": {
4-
"8.4": true
4+
"8.5": true
55
}
66
}

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dealerdirect/phpcodesniffer-composer-installer": true
2424
},
2525
"platform": {
26-
"php": "8.1.99"
26+
"php": "8.2.99"
2727
},
2828
"sort-packages": true
2929
},
@@ -33,17 +33,17 @@
3333
}
3434
},
3535
"require": {
36-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
36+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
3737
"mezzio/mezzio-authentication": "^1.0",
3838
"psr/container": "^1.0 || ^2.0",
3939
"psr/http-factory": "^1.0",
4040
"psr/http-message": "^1.0.1 || ^2.0.0"
4141
},
4242
"require-dev": {
4343
"laminas/laminas-coding-standard": "~3.1.0",
44-
"phpunit/phpunit": "^10.5.36",
45-
"psalm/plugin-phpunit": "^0.19.0",
46-
"vimeo/psalm": "^6.0.0"
44+
"phpunit/phpunit": "^11.5.42",
45+
"psalm/plugin-phpunit": "^0.19.5",
46+
"vimeo/psalm": "^6.13.1"
4747
},
4848
"autoload": {
4949
"psr-4": {

0 commit comments

Comments
 (0)