Skip to content

Commit 7f0f33a

Browse files
committed
Merge pull request #100 from LeoBenoist/patch-1
Update composer.json to allow symfony 2.4
2 parents 6388ad7 + 9fdd073 commit 7f0f33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"symfony/symfony": "2.3.*"
18+
"symfony/symfony": ">=2.3"
1919
},
2020
"suggest": {
2121
"a2lix/i18n-doctrine-bundle": "For A2lix strategy",

0 commit comments

Comments
 (0)