File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 2222 "minimum-stability" : " dev" ,
2323 "require" : {
2424 "php" : " >=5.3.2" ,
25- "symfony/framework-bundle" : " >= 2.1,<2.4-dev " ,
26- "symfony/form" : " >= 2.1,<2.4-dev " ,
27- "symfony/security-bundle" : " >= 2.1,<2.4-dev "
25+ "symfony/framework-bundle" : " ~ 2.1" ,
26+ "symfony/form" : " ~ 2.1" ,
27+ "symfony/security-bundle" : " ~ 2.1"
2828 },
2929 "require-dev" : {
30- "twig/twig" : " * " ,
30+ "twig/twig" : " ~1.5 " ,
3131 "doctrine/doctrine-bundle" : " *" ,
32- "swiftmailer/swiftmailer" : " * " ,
32+ "swiftmailer/swiftmailer" : " ~4.3 " ,
3333 "willdurand/propel-typehintable-behavior" : " dev-master" ,
34- "symfony/yaml" : " 2.1.*" ,
35- "symfony/validator" : " 2.1.*"
34+ "symfony/yaml" : " ~2.1" ,
35+ "symfony/validator" : " ~2.1"
36+ },
37+ "suggest" : {
38+ "willdurand/propel-typehintable-behavior" : " Needed when using the propel implementation"
3639 },
3740 "autoload" : {
3841 "psr-0" : { "FOS\\ UserBundle" : " " }
You can’t perform that action at this time.
0 commit comments