Skip to content

Commit ea9f664

Browse files
authored
Merge pull request #46 from gsteel/drop-php-8.0-upgrade-phpunit
Remove support for PHP 8.0, Upgrade PHPUnit to 10.x
2 parents 86cecb5 + 8198a73 commit ea9f664

12 files changed

Lines changed: 713 additions & 989 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/phpunit.xml
55
/vendor/
66
.phpcs-cache
7+
.phpunit.cache

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"config": {
1919
"sort-packages": true,
2020
"platform": {
21-
"php": "8.0.99"
21+
"php": "8.1.99"
2222
},
2323
"allow-plugins": {
2424
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -29,15 +29,15 @@
2929
"zendframework/zend-permissions-acl": "*"
3030
},
3131
"require": {
32-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
32+
"php": "~8.1.0 || ~8.2.0"
3333
},
3434
"require-dev": {
3535
"laminas/laminas-coding-standard": "~2.5.0",
36-
"laminas/laminas-servicemanager": "^3.19",
37-
"phpbench/phpbench": "^1.2",
38-
"phpunit/phpunit": "^9.5.26",
39-
"psalm/plugin-phpunit": "^0.18.0",
40-
"vimeo/psalm": "^5.0"
36+
"laminas/laminas-servicemanager": "^3.21",
37+
"phpbench/phpbench": "^1.2.10",
38+
"phpunit/phpunit": "^10.1.3",
39+
"psalm/plugin-phpunit": "^0.18.4",
40+
"vimeo/psalm": "^5.12"
4141
},
4242
"suggest": {
4343
"laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"

0 commit comments

Comments
 (0)