Skip to content

Commit b5b8006

Browse files
committed
removed 3.0 constraints from 2.7 composer files
1 parent 9387340 commit b5b8006

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"doctrine/common": "~2.3"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "~2.7|~3.0.0",
24-
"symfony/stopwatch": "~2.2|~3.0.0",
25-
"symfony/dependency-injection": "~2.2|~3.0.0",
26-
"symfony/form": "~2.7|~3.0.0",
27-
"symfony/http-kernel": "~2.2|~3.0.0",
28-
"symfony/property-access": "~2.3|~3.0.0",
29-
"symfony/security": "~2.2|~3.0.0",
30-
"symfony/expression-language": "~2.2|~3.0.0",
31-
"symfony/validator": "~2.5,>=2.5.5|~3.0.0",
32-
"symfony/translation": "~2.0,>=2.0.5|~3.0.0",
23+
"symfony/phpunit-bridge": "~2.7",
24+
"symfony/stopwatch": "~2.2",
25+
"symfony/dependency-injection": "~2.2",
26+
"symfony/form": "~2.7",
27+
"symfony/http-kernel": "~2.2",
28+
"symfony/property-access": "~2.3",
29+
"symfony/security": "~2.2",
30+
"symfony/expression-language": "~2.2",
31+
"symfony/validator": "~2.5,>=2.5.5",
32+
"symfony/translation": "~2.0,>=2.0.5",
3333
"doctrine/data-fixtures": "1.0.*",
3434
"doctrine/dbal": "~2.2",
3535
"doctrine/orm": "~2.2,>=2.2.3"

0 commit comments

Comments
 (0)