Skip to content

Commit c3c9b36

Browse files
authored
Merge pull request #2647 from Jean85/patch-1
Fix PHPUnit version constraints
2 parents 3279ad2 + d26ee18 commit c3c9b36

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
@@ -37,7 +37,7 @@
3737
"symfony/phpunit-bridge": "^2.7 || ^3.0",
3838
"symfony/validator": "^2.7 || ^3.0",
3939
"symfony/yaml": "^2.7 || ^3.0",
40-
"phpunit/phpunit": "~4.8.35|~5.4.3"
40+
"phpunit/phpunit": "^4.8.35|^5.4.3"
4141
},
4242
"conflict": {
4343
"doctrine/doctrine-bundle": "<1.3",

0 commit comments

Comments
 (0)