File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
- COMPOSER_OPTIONS="--prefer-source --prefer-lowest"
13
13
14
14
before_script :
15
+ - phpenv config-rm xdebug.ini
15
16
- composer update $COMPOSER_OPTIONS
16
17
17
18
notifications :
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ All other types should be considered as removed.
20
20
21
21
### Symfony version
22
22
23
- The bundle supports Symfony 2.7, 2. 8 and Symfony 3 as well.
23
+ The bundle supports Symfony 2.8 and Symfony 3 as well.
24
24
Original file line number Diff line number Diff line change 20
20
],
21
21
"require" : {
22
22
"php" : " >=5.3.2" ,
23
- "symfony/framework-bundle" : " ~2.7 || ^3.0" ,
24
- "symfony/form" : " ~2.7 || ^3.0" ,
23
+ "symfony/framework-bundle" : " ~2.8 || ^3.0" ,
24
+ "symfony/form" : " ~2.8 || ^3.0" ,
25
25
"twig/twig" : " ~1.14"
26
26
},
27
27
"suggest" : {
You can’t perform that action at this time.
0 commit comments