Skip to content

Commit

Permalink
stop testing with Symfony < 2.7
Browse files Browse the repository at this point in the history
to make Travis jobs pass again
  • Loading branch information
craue committed Dec 29, 2017
1 parent f832df7 commit 563f78b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ language: php

matrix:
include:
- php: 5.3.3
- php: 5.3
dist: precise
env: DEPS='lowest'
- php: 5.6
env: SYMFONY_VERSION='2.3.*' SYMFONY_DEPRECATIONS_HELPER='666'
env: SYMFONY_VERSION='2.7.*'
- php: 7.2
env: DEPS='unmodified' SYMFONY_DEPRECATIONS_HELPER='666'
- php: hhvm
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"require": {
"craue/formflow-bundle": "^2.1.2",
"doctrine/orm": "~2.3",
"sensio/framework-extra-bundle": "~2.1|~3.0",
"symfony/assetic-bundle": "~2.1",
"symfony/symfony": "^2.1.3"
"sensio/framework-extra-bundle": "~3.0",
"symfony/assetic-bundle": "~2.7",
"symfony/symfony": "~2.7"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|~5.7|~6.0",
Expand Down

0 comments on commit 563f78b

Please sign in to comment.