Skip to content

Commit ff0cd89

Browse files
authored
Merge pull request #34 from gsteel/upgrade-phpunit
Remove support for PHP 8.0, Upgrade PHPUnit to 10.x
2 parents 44bc19f + cd76f9f commit ff0cd89

File tree

8 files changed

+414
-547
lines changed

8 files changed

+414
-547
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/.phpunit.result.cache
1+
/.phpunit.cache
22
/docs/html/
33
/laminas-mkdoc-theme.tgz
44
/laminas-mkdoc-theme/

composer.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"config": {
1515
"sort-packages": true,
1616
"platform": {
17-
"php": "8.0.99"
17+
"php": "8.1.99"
1818
},
1919
"allow-plugins": {
2020
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -23,18 +23,17 @@
2323
"extra": {
2424
},
2525
"require": {
26-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
27-
"laminas/laminas-config-aggregator": "^1.1",
28-
"laminas/laminas-stdlib": "^3.10.1",
29-
"symfony/dependency-injection": "^5.4 || ^6.0"
26+
"php": "~8.1.0 || ~8.2.0",
27+
"laminas/laminas-config-aggregator": "^1.13",
28+
"laminas/laminas-stdlib": "^3.17",
29+
"symfony/dependency-injection": "^5.4 || ^6.2.8"
3030
},
3131
"require-dev": {
32-
"dms/phpunit-arraysubset-asserts": "^0.4.0",
33-
"laminas/laminas-coding-standard": "~2.4",
32+
"laminas/laminas-coding-standard": "^2.5",
3433
"laminas/laminas-config": "^3.8.0",
35-
"phpunit/phpunit": "^9.5.26",
36-
"psalm/plugin-phpunit": "^0.18.3",
37-
"vimeo/psalm": "^5.1"
34+
"phpunit/phpunit": "^10.1.2",
35+
"psalm/plugin-phpunit": "^0.18.4",
36+
"vimeo/psalm": "^5.9"
3837
},
3938
"autoload": {
4039
"psr-4": {

0 commit comments

Comments
 (0)