Skip to content

Commit 2672bbe

Browse files
committed
Allow recent versions of PHPUnit
1 parent 02c7db4 commit 2672bbe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
phpunit.xml
2+
/.phpunit.result.cache
23
build
34
vendor
45
/composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"phpbench/phpbench": "^0.13",
2626
"phpstan/phpstan": "^0.12",
2727
"phpstan/phpstan-phpunit": "^0.12",
28-
"phpunit/phpunit": "^7.0"
28+
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)