Skip to content

Commit 4304e00

Browse files
authored
Merge pull request #866 from dunglas/fix_min_deps
Fix minimal version of PHPUnit
2 parents 49f1b02 + 24700df commit 4304e00

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
@@ -38,7 +38,7 @@
3838
"php-mock/php-mock-phpunit": "^1.1",
3939
"phpdocumentor/reflection-docblock": "^3.0",
4040
"phpdocumentor/type-resolver": "^0.2",
41-
"phpunit/phpunit": "^5.6",
41+
"phpunit/phpunit": "^5.6.8",
4242
"psr/log": "^1.0",
4343
"symfony/asset": "^2.7 || ^3.0",
4444
"symfony/cache": "^3.1",

0 commit comments

Comments
 (0)