Skip to content

Commit 07352ff

Browse files
authored
Merge pull request #42 from gsteel/php8.5
Drop support for PHP 8.1, add support for PHP 8.5
2 parents 52356a9 + 3f734e2 commit 07352ff

File tree

5 files changed

+415
-318
lines changed

5 files changed

+415
-318
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": false
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
@@ -25,7 +25,7 @@
2525
"composer/package-versions-deprecated": true
2626
},
2727
"platform": {
28-
"php": "8.1.99"
28+
"php": "8.2.99"
2929
}
3030
},
3131
"extra": {
@@ -34,19 +34,19 @@
3434
}
3535
},
3636
"require": {
37-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
37+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
3838
"laminas/laminas-permissions-rbac": "^3.0",
3939
"mezzio/mezzio-authorization": "^1.0",
40-
"mezzio/mezzio-router": "^3.0 || ^4.0",
40+
"mezzio/mezzio-router": "^3.1 || ^4.0",
4141
"psr/container": "^1.0 || ^2.0",
4242
"psr/http-message": "^1.0.1 || ^2.0.0"
4343
},
4444
"require-dev": {
4545
"laminas/laminas-coding-standard": "~3.1.0",
4646
"laminas/laminas-servicemanager": "^4.4",
47-
"phpunit/phpunit": "^10.5.45",
47+
"phpunit/phpunit": "^11.5.42",
4848
"psalm/plugin-phpunit": "^0.19.5",
49-
"vimeo/psalm": "^6.10.1"
49+
"vimeo/psalm": "^6.13.1"
5050
},
5151
"conflict": {
5252
"container-interop/container-interop": "<1.2.0",

0 commit comments

Comments
 (0)