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.
1 parent 6b0ed01 commit c89de71Copy full SHA for c89de71
composer.json
@@ -23,13 +23,13 @@
23
"doctrine/common": "~2.3",
24
"symfony/http-foundation": "~2.3",
25
"symfony/intl": "~2.7.4|~2.8",
26
- "symfony/yaml": "~2.0,>=2.0.5",
+ "symfony/yaml": "^2.0.5",
27
"symfony/config": "~2.2",
28
"symfony/property-access": "~2.3",
29
"symfony/expression-language": "~2.4",
30
"doctrine/annotations": "~1.0",
31
"doctrine/cache": "~1.0",
32
- "egulias/email-validator": "~1.2,>=1.2.1"
+ "egulias/email-validator": "^1.2.1"
33
},
34
"suggest": {
35
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
0 commit comments