Skip to content

Commit a3ebc2d

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

4 files changed

Lines changed: 384 additions & 288 deletions

File tree

.laminas-ci.json

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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"config": {
1919
"sort-packages": true,
2020
"platform": {
21-
"php": "8.1.99"
21+
"php": "8.2.99"
2222
},
2323
"allow-plugins": {
2424
"dealerdirect/phpcodesniffer-composer-installer": true
2525
}
2626
},
2727
"extra": {},
2828
"require": {
29-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
29+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
3030
"brick/varexporter": "^0.5.0 || ^0.4.0 || ^0.6.0",
3131
"laminas/laminas-stdlib": "^3.18.0",
3232
"webimpress/safe-writer": "^2.2.0"
3333
},
3434
"require-dev": {
3535
"laminas/laminas-coding-standard": "~3.1.0",
3636
"laminas/laminas-config": "^3.10.1",
37-
"phpunit/phpunit": "^10.5.45",
38-
"psalm/plugin-phpunit": "^0.19.2",
39-
"vimeo/psalm": "^6.8.6"
37+
"phpunit/phpunit": "^11.5.42",
38+
"psalm/plugin-phpunit": "^0.19.5",
39+
"vimeo/psalm": "^6.13.1"
4040
},
4141
"suggest": {
4242
"laminas/laminas-config": "Allows loading configuration from XML, INI, YAML, and JSON files",

0 commit comments

Comments
 (0)