Skip to content

Commit 2692827

Browse files
authored
Set PHPUnit version to the max current compatible
1 parent c4111e6 commit 2692827

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
@@ -13,7 +13,7 @@
1313
"php": ">=5.3.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": ">=4.8",
16+
"phpunit/phpunit": ">=4.8 <6.0",
1717
"codeclimate/php-test-reporter": "dev-master"
1818
},
1919
"minimum-stability": "stable",

0 commit comments

Comments
 (0)