File tree 3 files changed +6
-3
lines changed 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^5.5.9|>=7.0.8" ,
20
20
"ext-xml" : " *" ,
21
- "symfony/security" : " ~ 3.3" ,
21
+ "symfony/security" : " ^ 3.3.13|~3.4-beta5 " ,
22
22
"symfony/dependency-injection" : " ~3.3" ,
23
23
"symfony/http-kernel" : " ~3.3" ,
24
24
"symfony/polyfill-php70" : " ~1.0"
Original file line number Diff line number Diff line change 22
22
"symfony/security-core" : " ~2.8|~3.0"
23
23
},
24
24
"require-dev" : {
25
- "symfony/http-foundation" : " ~2.8|~3.0"
25
+ "symfony/http-foundation" : " ^2.8.31|~3.3.13|~3.4-beta5"
26
+ },
27
+ "conflict" : {
28
+ "symfony/http-foundation" : " <2.8.31|~3.3,<3.3.13|~3.4,<3.4-beta5"
26
29
},
27
30
"suggest" : {
28
31
"symfony/http-foundation" : " For using the class SessionTokenStorage."
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^5.5.9|>=7.0.8" ,
20
20
"symfony/event-dispatcher" : " ~2.8|~3.0" ,
21
- "symfony/http-foundation" : " ~ 2.8|~3.0 " ,
21
+ "symfony/http-foundation" : " ^ 2.8.31 |~3.3.13|~3.4-beta5 " ,
22
22
"symfony/http-kernel" : " ~3.3" ,
23
23
"symfony/polyfill-php56" : " ~1.0" ,
24
24
"symfony/polyfill-php70" : " ~1.0" ,
You can’t perform that action at this time.
0 commit comments