Skip to content

Commit b47a023

Browse files
authored
Merge pull request #41 from gsteel/php8.5
Drop support for PHP 8.1, add support for PHP 8.5
2 parents 26f736b + fe50bb2 commit b47a023

File tree

4 files changed

+381
-288
lines changed

4 files changed

+381
-288
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,13 +35,13 @@
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
"mezzio/mezzio-session": "^1.0",
4040
"psr/http-server-middleware": "^1.0"
4141
},
4242
"require-dev": {
4343
"laminas/laminas-coding-standard": "~3.1.0",
44-
"phpunit/phpunit": "^10.5.58",
44+
"phpunit/phpunit": "^11.5.42",
4545
"psalm/plugin-phpunit": "^0.19.5",
4646
"vimeo/psalm": "^6.13.1"
4747
},

0 commit comments

Comments
 (0)