We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 733cb4a + 52e2b2b commit c2ba115Copy full SHA for c2ba115
composer.json
@@ -17,19 +17,18 @@
17
],
18
"require": {
19
"php": ">=5.3.3",
20
- "symfony/translation": "~2.0"
+ "symfony/translation": "~2.0,>=2.0.5"
21
},
22
"require-dev": {
23
"symfony/http-foundation": "~2.1",
24
"symfony/intl": "~2.3",
25
- "symfony/yaml": "~2.0",
+ "symfony/yaml": "~2.0,>=2.0.5",
26
"symfony/config": "~2.2",
27
"symfony/property-access": "~2.2",
28
"symfony/expression-language": "~2.4",
29
"doctrine/annotations": "~1.0",
30
"doctrine/cache": "~1.0",
31
- "egulias/email-validator": "~1.0",
32
- "symfony/expression-language": "~2.4"
+ "egulias/email-validator": "~1.0"
33
34
"suggest": {
35
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
0 commit comments