Skip to content

Commit

Permalink
Merge pull request #832 from rpkamp/update-for-symfony-3.2
Browse files Browse the repository at this point in the history
Require components that no longer ship with Symfony FrameworkBundle 3.2
  • Loading branch information
alexwilson authored Dec 5, 2016
2 parents e345af3 + 88cacf3 commit 88e542c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ matrix:
env: SYMFONY_VERSION=3.1.*@dev
- php: 7.0
env: SYMFONY_VERSION=3.2.x-dev
- php: 7.1
env: SYMFONY_VERSION=3.2.x-dev
- php: 5.3
env: COMPOSER_FLAGS="--prefer-lowest"
allow_failures:
- php: 7.0
env: SYMFONY_VERSION=3.2.x-dev

before_install:
- composer self-update
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@
"require": {
"php": "^5.3.9|^7.0",
"imagine/Imagine": "^0.6.3,<0.7",
"symfony/asset": "~2.3|~3.0",
"symfony/filesystem": "~2.3|~3.0",
"symfony/finder": "~2.3|~3.0",
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/options-resolver": "~2.3|~3.0",
"symfony/process": "~2.3|~3.0"
"symfony/process": "~2.3|~3.0",
"symfony/templating": "~2.3|~3.0",
"symfony/translation": "~2.3|~3.0"
},
"require-dev": {
"ext-gd": "*",
Expand Down

0 comments on commit 88e542c

Please sign in to comment.