Skip to content

Commit fee5092

Browse files
committed
Drop support for PHP 8.1, add support for PHP 8.5
Upgrades PHPUnit to 11.x and commits the lockfile so Renovate will run Signed-off-by: George Steel <george@net-glue.co.uk>
1 parent a56009c commit fee5092

4 files changed

Lines changed: 5861 additions & 14 deletions

File tree

.laminas-ci.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
{
2+
"ignore_php_platform_requirements": {
3+
"8.5": true
4+
}
25
}

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"config": {
1515
"sort-packages": true,
1616
"platform": {
17-
"php": "8.1.99"
17+
"php": "8.2.99"
1818
},
1919
"allow-plugins": {
2020
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -23,17 +23,17 @@
2323
"extra": {
2424
},
2525
"require": {
26-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
26+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
2727
"laminas/laminas-config-aggregator": "^1.13",
2828
"laminas/laminas-stdlib": "^3.17",
2929
"symfony/dependency-injection": "^6.2.8 || ^7.0"
3030
},
3131
"require-dev": {
3232
"laminas/laminas-coding-standard": "^3.1",
3333
"laminas/laminas-config": "^3.10.1",
34-
"phpunit/phpunit": "^10.5.46",
34+
"phpunit/phpunit": "^11.5.42",
3535
"psalm/plugin-phpunit": "^0.19.5",
36-
"vimeo/psalm": "^6.12"
36+
"vimeo/psalm": "^6.13.1"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)