File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
src/Symfony/Bridge/Doctrine Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ matrix:
16
16
- php : 5.6
17
17
env : deps=high
18
18
- php : 7
19
- - php : 5.6
20
19
env : deps=low
21
- allow_failures :
22
- - php : 7
23
20
fast_finish : true
24
21
25
22
services : mongodb
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=5.3.3" ,
20
- "doctrine/common" : " ~2.3 " ,
20
+ "doctrine/common" : " ~2.4 " ,
21
21
"twig/twig" : " ~1.20|~2.0" ,
22
22
"psr/log" : " ~1.0"
23
23
},
63
63
"require-dev" : {
64
64
"symfony/phpunit-bridge" : " ~2.7" ,
65
65
"doctrine/data-fixtures" : " 1.0.*" ,
66
- "doctrine/dbal" : " ~2.2 " ,
67
- "doctrine/orm" : " ~2.2 ,>=2.2.3 " ,
66
+ "doctrine/dbal" : " ~2.4 " ,
67
+ "doctrine/orm" : " ~2.4 ,>=2.4.5 " ,
68
68
"monolog/monolog" : " ~1.3" ,
69
69
"propel/propel1" : " ~1.6" ,
70
70
"ircmaxell/password-compat" : " ~1.0" ,
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " >=5.3.3" ,
20
- "doctrine/common" : " ~2.3 "
20
+ "doctrine/common" : " ~2.4 "
21
21
},
22
22
"require-dev" : {
23
23
"symfony/phpunit-bridge" : " ~2.7" ,
30
30
"symfony/validator" : " ~2.3.0,>=2.3.20" ,
31
31
"symfony/translation" : " ~2.0,>=2.0.5" ,
32
32
"doctrine/data-fixtures" : " 1.0.*" ,
33
- "doctrine/dbal" : " ~2.2 " ,
34
- "doctrine/orm" : " ~2.2 ,>=2.2.3 "
33
+ "doctrine/dbal" : " ~2.4 " ,
34
+ "doctrine/orm" : " ~2.4 ,>=2.4.5 "
35
35
},
36
36
"suggest" : {
37
37
"symfony/form" : " " ,
You can’t perform that action at this time.
0 commit comments