Skip to content

Commit 189b98c

Browse files
authored
Merge pull request #34 from gsteel/upgrades
Remove Support for PHP 8.1, Add support for PHP 8.4 & 8.5
2 parents d63485a + 1d00a51 commit 189b98c

File tree

6 files changed

+1778
-539
lines changed

6 files changed

+1778
-539
lines changed

.laminas-ci.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ignore_php_platform_requirements": {
3-
"8.2": true
3+
"8.5": true
44
}
5-
}
5+
}

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"mezzio",
88
"container",
99
"test",
10+
"testing",
1011
"psr-11"
1112
],
1213
"homepage": "https://laminas.dev",
@@ -20,7 +21,7 @@
2021
"config": {
2122
"sort-packages": true,
2223
"platform": {
23-
"php": "8.1.99"
24+
"php": "8.2.99"
2425
},
2526
"allow-plugins": {
2627
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -29,14 +30,14 @@
2930
"extra": {
3031
},
3132
"require": {
32-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
33-
"phpunit/phpunit": "^10.3",
33+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
34+
"phpunit/phpunit": "^11.5",
3435
"psr/container": "^1.0 || ^2.0.2"
3536
},
3637
"require-dev": {
3738
"laminas/laminas-coding-standard": "^3.0",
38-
"psalm/plugin-phpunit": "^0.19.0",
39-
"vimeo/psalm": "^5.15.0"
39+
"psalm/plugin-phpunit": "^0.19.5",
40+
"vimeo/psalm": "^6.13.1"
4041
},
4142
"autoload": {
4243
"files": [

0 commit comments

Comments
 (0)