Skip to content

Commit 0465bd9

Browse files
authored
Merge pull request #79 from gsteel/php8.5
Drop support for PHP 8.1, Add support for PHP 8.5
2 parents dbad119 + c75fdcb commit 0465bd9

File tree

5 files changed

+391
-291
lines changed

5 files changed

+391
-291
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
@@ -10,7 +10,7 @@
1010
],
1111
"license": "BSD-3-Clause",
1212
"require": {
13-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
13+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
1414
"fig/http-message-util": "^1.1",
1515
"mezzio/mezzio-router": "^3.5 || ^4.0",
1616
"psr/container": "^1.0 || ^2.0",
@@ -22,10 +22,10 @@
2222
},
2323
"require-dev": {
2424
"laminas/laminas-coding-standard": "~3.1.0",
25-
"laminas/laminas-diactoros": "^3.6.0",
26-
"phpunit/phpunit": "^10.5.46",
25+
"laminas/laminas-diactoros": "^3.8.0",
26+
"phpunit/phpunit": "^11.5.42",
2727
"psalm/plugin-phpunit": "^0.19.5",
28-
"vimeo/psalm": "^6.10.3"
28+
"vimeo/psalm": "^6.13.1"
2929
},
3030
"config": {
3131
"preferred-install": "dist",
@@ -35,7 +35,7 @@
3535
"dealerdirect/phpcodesniffer-composer-installer": true
3636
},
3737
"platform": {
38-
"php": "8.1.99"
38+
"php": "8.2.99"
3939
}
4040
},
4141
"extra": {

0 commit comments

Comments
 (0)