Skip to content

Commit dc39822

Browse files
committed
Allow for PHPUnit > 6
1 parent 0e76920 commit dc39822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"php": ">=7.0"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "^6.0",
13+
"phpunit/phpunit": ">=6.0",
1414
"squizlabs/php_codesniffer": "^3.3",
1515
"symfony/yaml": ">=2.0.5"
1616
},

0 commit comments

Comments
 (0)