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 22
22
"minimum-stability" : " dev" ,
23
23
"require" : {
24
24
"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"
28
28
},
29
29
"require-dev" : {
30
- "twig/twig" : " * " ,
30
+ "twig/twig" : " ~1.5 " ,
31
31
"doctrine/doctrine-bundle" : " *" ,
32
- "swiftmailer/swiftmailer" : " * " ,
32
+ "swiftmailer/swiftmailer" : " ~4.3 " ,
33
33
"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"
36
39
},
37
40
"autoload" : {
38
41
"psr-0" : { "FOS\\ UserBundle" : " " }
You can’t perform that action at this time.
0 commit comments