Skip to content

Commit bd1d343

Browse files
authored
PHPUnit 6 not compatible
1 parent f53eac3 commit bd1d343

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
@@ -28,7 +28,7 @@
2828
"minimum-stability": "stable",
2929
"require": {
3030
"php": ">=5.5.0",
31-
"phpunit/phpunit": ">=4.8",
31+
"phpunit/phpunit": ">=4.8 <6.0",
3232
"phpunit/php-code-coverage": ">=2.2",
3333
"squizlabs/php_codesniffer": "2.*",
3434
"symfony/console": "^3.2",

0 commit comments

Comments
 (0)