reflect actual dependencies for composer & travis

This commit is contained in:
Toni Uebernickel 2016-02-15 07:34:40 +01:00
parent bb1c397786
commit fab7981630
2 changed files with 8 additions and 12 deletions

View File

@ -6,6 +6,7 @@ php:
- 5.5
- 5.6
- 7.0
- nightly
- hhvm
cache:
@ -13,24 +14,19 @@ cache:
- $HOME/.composer/cache/files
env:
- COMPOSER_FLAGS="--prefer-lowest"
- SYMFONY_VERSION="^2.8.2"
- SYMFONY_VERSION="^2.8.2" COMPOSER_FLAGS="--prefer-lowest"
- SYMFONY_VERSION="^3.0.0"
- SYMFONY_VERSION="^3.0.0" COMPOSER_FLAGS="--prefer-lowest"
- SYMFONY_VERSION="^2.8"
- SYMFONY_VERSION="^2.8" COMPOSER_FLAGS="--prefer-lowest"
- SYMFONY_VERSION="^3.0"
- SYMFONY_VERSION="^3.0" COMPOSER_FLAGS="--prefer-lowest""
- SYMFONY_VERSION="dev-master"
matrix:
fast_finish: true
allow_failures:
- php: nightly
- php: hhvm
- env: SYMFONY_VERSION="dev-master"
exclude:
# Symfony 3.x requires PHP 5.5
- php: 5.4
env: SYMFONY_VERSION="~3.0.0"
- php: 5.4
env: SYMFONY_VERSION="dev-master"
before_install:
- phpenv config-rm xdebug.ini

View File

@ -16,7 +16,7 @@
"require": {
"propel/propel": "dev-master",
"symfony/symfony": "~2.5||~3.0"
"symfony/symfony": "^2.8|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.21|^5.0.10",