Skip to content

Commit b26d14d

Browse files
carusogabrielondrejmirtes
authored andcommitted
Require PHPUnit 7 as we minimum require PHP 7.1
1 parent 6f9e252 commit b26d14d

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
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "~7.1",
1414
"phpstan/phpstan": "^0.10",
15-
"phpunit/phpunit": "^6.3 || ~7.0"
15+
"phpunit/phpunit": "^7.0"
1616
},
1717
"require-dev": {
1818
"consistence/coding-standard": "^2.0",

0 commit comments

Comments
 (0)