Skip to content

Commit c89de71

Browse files
committed
fixed Composer constraints
1 parent 6b0ed01 commit c89de71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"doctrine/common": "~2.3",
2424
"symfony/http-foundation": "~2.3",
2525
"symfony/intl": "~2.7.4|~2.8",
26-
"symfony/yaml": "~2.0,>=2.0.5",
26+
"symfony/yaml": "^2.0.5",
2727
"symfony/config": "~2.2",
2828
"symfony/property-access": "~2.3",
2929
"symfony/expression-language": "~2.4",
3030
"doctrine/annotations": "~1.0",
3131
"doctrine/cache": "~1.0",
32-
"egulias/email-validator": "~1.2,>=1.2.1"
32+
"egulias/email-validator": "^1.2.1"
3333
},
3434
"suggest": {
3535
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",

0 commit comments

Comments
 (0)