Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit e3ef1f1

Browse files
committed
Merge pull request #5 from pulse00/composerpatch
Updated symfony dependencies for 2.2 support
2 parents 9c69e09 + 2726627 commit e3ef1f1

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
@@ -13,8 +13,8 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.2",
16-
"symfony/framework-bundle": "2.1.*",
17-
"symfony/security-bundle": "2.1.*"
16+
"symfony/framework-bundle": ">=2.1,<2.3-dev",
17+
"symfony/security-bundle": ">=2.1,<2.3-dev"
1818
},
1919
"autoload": {
2020
"psr-0": { "FOS\\AdvancedEncoderBundle": "" }

0 commit comments

Comments
 (0)