File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " >=5.3.9" ,
20
20
"ext-xml" : " *" ,
21
- "symfony/security" : " ~2.7" ,
21
+ "symfony/security" : " ~2.7.38|~2.8.31 " ,
22
22
"symfony/security-acl" : " ~2.7" ,
23
23
"symfony/http-kernel" : " ~2.7"
24
24
},
25
25
"require-dev" : {
26
26
"symfony/browser-kit" : " ~2.7" ,
27
27
"symfony/console" : " ~2.7" ,
28
28
"symfony/css-selector" : " ^2.7" ,
29
- "symfony/dependency-injection" : " ^2.7" ,
29
+ "symfony/dependency-injection" : " ^2.7.1 " ,
30
30
"symfony/dom-crawler" : " ^2.7" ,
31
31
"symfony/form" : " ~2.7.15|^2.8.8" ,
32
32
"symfony/framework-bundle" : " ~2.7.25|^2.8.18" ,
Original file line number Diff line number Diff line change 20
20
"symfony/security-core" : " ~2.4"
21
21
},
22
22
"require-dev" : {
23
- "symfony/http-foundation" : " ~2.1"
23
+ "symfony/http-foundation" : " ~2.7"
24
+ },
25
+ "conflict" : {
26
+ "symfony/http-foundation" : " <2.7.38|~2.8,<2.8.31"
24
27
},
25
28
"suggest" : {
26
29
"symfony/http-foundation" : " For using the class SessionTokenStorage."
Original file line number Diff line number Diff line change 19
19
"php" : " >=5.3.9" ,
20
20
"paragonie/random_compat" : " ~1.0" ,
21
21
"symfony/event-dispatcher" : " ~2.2" ,
22
- "symfony/http-foundation" : " ~2.1 " ,
22
+ "symfony/http-foundation" : " ~2.7 " ,
23
23
"symfony/http-kernel" : " ~2.4"
24
24
},
25
25
"replace" : {
39
39
"ircmaxell/password-compat" : " ~1.0" ,
40
40
"symfony/expression-language" : " ~2.6"
41
41
},
42
+ "conflict" : {
43
+ "symfony/http-foundation" : " <2.7.38|~2.8,<2.8.31"
44
+ },
42
45
"suggest" : {
43
46
"symfony/class-loader" : " For using the ACL generateSql script" ,
44
47
"symfony/finder" : " For using the ACL generateSql script" ,
You can’t perform that action at this time.
0 commit comments