Skip to content

Commit 3be715e

Browse files
authored
Merge pull request #26 from gsteel/upgrade-phpunit
Remove support for PHP 8.0, Upgrade PHPUnit to 10.x
2 parents 7505464 + 4607da8 commit 3be715e

File tree

9 files changed

+416
-514
lines changed

9 files changed

+416
-514
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/phpunit.xml
22
/vendor/
3-
.phpunit.result.cache
3+
.phpunit.cache
44
.phpcs-cache

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
"config": {
1818
"sort-packages": true,
1919
"platform": {
20-
"php": "8.0.99"
20+
"php": "8.1.99"
2121
},
2222
"allow-plugins": {
2323
"dealerdirect/phpcodesniffer-composer-installer": true
2424
}
2525
},
2626
"require": {
27-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
27+
"php": "~8.1.0 || ~8.2.0"
2828
},
2929
"require-dev": {
3030
"laminas/laminas-coding-standard": "~2.5.0",
3131
"mikey179/vfsstream": "^1.6.11",
32-
"phpunit/phpunit": "^9.5.26",
33-
"psalm/plugin-phpunit": "^0.18.0",
34-
"vimeo/psalm": "^5.0"
32+
"phpunit/phpunit": "^10.2.2",
33+
"psalm/plugin-phpunit": "^0.18.4",
34+
"vimeo/psalm": "^5.13.1"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)