Skip to content

Commit 24b3fbc

Browse files
[2.7] Allow 3.0 requirements
1 parent 8b10a4f commit 24b3fbc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"symfony/translation": "~2.0,>=2.0.5"
20+
"symfony/translation": "~2.0,>=2.0.5|~3.0.0"
2121
},
2222
"require-dev": {
23-
"symfony/http-foundation": "~2.1",
24-
"symfony/intl": "~2.3",
25-
"symfony/yaml": "~2.0,>=2.0.5",
26-
"symfony/config": "~2.2",
27-
"symfony/property-access": "~2.3",
28-
"symfony/expression-language": "~2.4",
23+
"symfony/http-foundation": "~2.1|~3.0.0",
24+
"symfony/intl": "~2.3|~3.0.0",
25+
"symfony/yaml": "~2.0,>=2.0.5|~3.0.0",
26+
"symfony/config": "~2.2|~3.0.0",
27+
"symfony/property-access": "~2.3|~3.0.0",
28+
"symfony/expression-language": "~2.4|~3.0.0",
2929
"doctrine/annotations": "~1.0",
3030
"doctrine/cache": "~1.0",
3131
"egulias/email-validator": "~1.2,>=1.2.1"

0 commit comments

Comments
 (0)