Skip to content

Commit bbee214

Browse files
authored
Merge pull request #43 from gsteel/php8.5
Drop support for PHP 8.1, add support for PHP 8.5
2 parents fbc7cb2 + fda1684 commit bbee214

12 files changed

+817
-602
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
"backwardCompatibilityCheck": true,
33
"ignore_php_platform_requirements": {
4-
"8.4": true
4+
"8.5": true
55
}
66
}

composer.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dealerdirect/phpcodesniffer-composer-installer": true
2424
},
2525
"platform": {
26-
"php": "8.1.99"
26+
"php": "8.2.99"
2727
},
2828
"sort-packages": true
2929
},
@@ -33,17 +33,19 @@
3333
}
3434
},
3535
"require": {
36-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
37-
"mezzio/mezzio-authentication": "^1.0",
36+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
37+
"mezzio/mezzio-authentication": "^1.10",
3838
"psr/container": "^1.0 || ^2.0",
3939
"psr/http-factory": "^1.0",
4040
"psr/http-message": "^1.0.1 || ^2.0.0"
4141
},
4242
"require-dev": {
4343
"laminas/laminas-coding-standard": "~3.1.0",
44-
"phpunit/phpunit": "^10.5.36",
45-
"psalm/plugin-phpunit": "^0.19.0",
46-
"vimeo/psalm": "^6.0.0"
44+
"phpunit/phpunit": "^11.5.42",
45+
"psalm/plugin-phpunit": "^0.19.5",
46+
"vimeo/psalm": "^6.13.1",
47+
"amphp/dns": "^1.24 || ^2.1.2",
48+
"amphp/socket": "^1.2.1 || ^2.3.1"
4749
},
4850
"autoload": {
4951
"psr-4": {

0 commit comments

Comments
 (0)