Skip to content

Commit 51e01ca

Browse files
committed
removed 3.0 constraints from 2.7 composer files
1 parent 56a590d commit 51e01ca

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/event-dispatcher": "~2.1|~3.0.0",
21-
"symfony/intl": "~2.3|~3.0.0",
20+
"symfony/event-dispatcher": "~2.1",
21+
"symfony/intl": "~2.3",
2222
"symfony/options-resolver": "~2.6",
23-
"symfony/property-access": "~2.3|~3.0.0"
23+
"symfony/property-access": "~2.3"
2424
},
2525
"require-dev": {
26-
"symfony/phpunit-bridge": "~2.7|~3.0.0",
26+
"symfony/phpunit-bridge": "~2.7",
2727
"doctrine/collections": "~1.0",
28-
"symfony/validator": "~2.6|~3.0.0",
29-
"symfony/http-foundation": "~2.2|~3.0.0",
30-
"symfony/http-kernel": "~2.4|~3.0.0",
31-
"symfony/security-csrf": "~2.4|~3.0.0",
32-
"symfony/translation": "~2.0,>=2.0.5|~3.0.0"
28+
"symfony/validator": "~2.6",
29+
"symfony/http-foundation": "~2.2",
30+
"symfony/http-kernel": "~2.4",
31+
"symfony/security-csrf": "~2.4",
32+
"symfony/translation": "~2.0,>=2.0.5"
3333
},
3434
"conflict": {
3535
"symfony/doctrine-bridge": "<2.7",

0 commit comments

Comments
 (0)