Skip to content

Commit e85b1c8

Browse files
committed
commit commited
1 parent c63e038 commit e85b1c8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
- COMPOSER_OPTIONS="--prefer-source --prefer-lowest"
1313

1414
before_script:
15+
- phpenv config-rm xdebug.ini
1516
- composer update $COMPOSER_OPTIONS
1617

1718
notifications:

UPGRADE 3.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ All other types should be considered as removed.
2020

2121
### Symfony version
2222

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.
2424

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
],
2121
"require": {
2222
"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",
2525
"twig/twig": "~1.14"
2626
},
2727
"suggest": {

0 commit comments

Comments
 (0)