Skip to content

Commit

Permalink
commit commited
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni committed May 11, 2016
1 parent c63e038 commit e85b1c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
- COMPOSER_OPTIONS="--prefer-source --prefer-lowest"

before_script:
- phpenv config-rm xdebug.ini
- composer update $COMPOSER_OPTIONS

notifications:
Expand Down
2 changes: 1 addition & 1 deletion UPGRADE 3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ All other types should be considered as removed.

### Symfony version

The bundle supports Symfony 2.7, 2.8 and Symfony 3 as well.
The bundle supports Symfony 2.8 and Symfony 3 as well.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.7 || ^3.0",
"symfony/form": "~2.7 || ^3.0",
"symfony/framework-bundle": "~2.8 || ^3.0",
"symfony/form": "~2.8 || ^3.0",
"twig/twig": "~1.14"
},
"suggest": {
Expand Down

0 comments on commit e85b1c8

Please sign in to comment.