Skip to content

Commit c4b556b

Browse files
authored
Merge pull request #380 from KorvinSzanto/feature/3.x-php8.5
3.x: Remove support for PHP 8.1, add support for PHP 8.5
2 parents 8225b16 + 8de0037 commit c4b556b

3 files changed

Lines changed: 478 additions & 431 deletions

File tree

.laminas-ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
],
99
"backwardCompatibilityCheck": true,
1010
"ignore_php_platform_requirements": {
11-
"8.4": true
11+
"8.4": true,
12+
"8.5": true
1213
}
1314
}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"process-timeout": 600,
2222
"sort-packages": true,
2323
"platform": {
24-
"php": "8.1.99"
24+
"php": "8.2.99"
2525
},
2626
"allow-plugins": {
2727
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -34,7 +34,7 @@
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-cache-storage-implementation": "1.0",
3939
"laminas/laminas-eventmanager": "^3.4",
4040
"laminas/laminas-servicemanager": "^3.21",

0 commit comments

Comments
 (0)