Skip to content

Commit bd7d379

Browse files
committed
removed 3.0 constraints from 2.7 composer files
1 parent 6d5d9d7 commit bd7d379

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"php": ">=5.3.9"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": "~2.7|~3.0.0",
23-
"symfony/yaml": "~2.1|~3.0.0",
24-
"symfony/config": "~2.2|~3.0.0",
25-
"symfony/expression-language": "~2.6|~3.0.0"
22+
"symfony/phpunit-bridge": "~2.7",
23+
"symfony/yaml": "~2.1",
24+
"symfony/config": "~2.2",
25+
"symfony/expression-language": "~2.6"
2626
},
2727
"conflict": {
2828
"symfony/expression-language": "<2.6"

0 commit comments

Comments
 (0)