Skip to content

Commit 004211b

Browse files
committed
fixed Composer constraints
1 parent 778e9b6 commit 004211b

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
@@ -24,11 +24,11 @@
2424
},
2525
"require-dev": {
2626
"doctrine/collections": "~1.0",
27-
"symfony/validator": "~2.6,>=2.6.8",
27+
"symfony/validator": "^2.6.8",
2828
"symfony/http-foundation": "~2.2",
2929
"symfony/http-kernel": "~2.4",
3030
"symfony/security-csrf": "~2.4",
31-
"symfony/translation": "~2.0,>=2.0.5"
31+
"symfony/translation": "^2.0.5"
3232
},
3333
"conflict": {
3434
"symfony/doctrine-bridge": "<2.7",

0 commit comments

Comments
 (0)