Skip to content

Commit a3ed9d9

Browse files
authored
Merge pull request #39 from gsteel/php8.5
Drop support for PHP 8.1, Add support for PHP 8.5
2 parents 1243555 + 77a9641 commit a3ed9d9

13 files changed

+460
-492
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
"ignore_php_platform_requirements": {
3-
"8.4": true
3+
"8.5": true
44
},
55
"backwardCompatibilityCheck": true
66
}

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"config": {
2424
"sort-packages": true,
2525
"platform": {
26-
"php": "8.1.99"
26+
"php": "8.2.99"
2727
},
2828
"allow-plugins": {
2929
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"require": {
38-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
38+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
3939
"laminas/laminas-escaper": "^2.5",
4040
"league/plates": "^3.3",
4141
"mezzio/mezzio-helpers": "^5.2",
@@ -45,7 +45,7 @@
4545
},
4646
"require-dev": {
4747
"laminas/laminas-coding-standard": "~3.1.0",
48-
"phpunit/phpunit": "^9.6.29",
48+
"phpunit/phpunit": "^11.5.42",
4949
"psalm/plugin-phpunit": "^0.19.5",
5050
"vimeo/psalm": "^6.13.1"
5151
},

0 commit comments

Comments
 (0)