Skip to content

Commit 188179f

Browse files
committed
Allow PHPUnit 7.0 to test on PHP 7.1
1 parent 27ef64e commit 188179f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require-dev": {
1818
"pds/skeleton": "^1.0",
19-
"phpunit/phpunit": "^8.0.5",
19+
"phpunit/phpunit": "^7.0|^8.0",
2020
"phpro/grumphp": "^0.15.0",
2121
"squizlabs/php_codesniffer": "^3.4",
2222
"maglnet/composer-require-checker": "^2.0",

0 commit comments

Comments
 (0)