Skip to content

Commit 1c1fbea

Browse files
committed
removed 3.0 constraints from 2.7 composer files
1 parent 0fc5f36 commit 1c1fbea

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
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.9"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": "~2.7|~3.0.0"
22+
"symfony/phpunit-bridge": "~2.7"
2323
},
2424
"autoload": {
2525
"psr-0": { "Symfony\\Component\\OptionsResolver\\": "" }

0 commit comments

Comments
 (0)