Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed May 6, 2016
1 parent 31626d5 commit 22d9902
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ cache:

env:
global:
- SYMFONY_DEPRECATIONS_HELPER=322
- SYMFONY_DEPRECATIONS_HELPER=231

matrix:
include:
- php: 7.0
env: DEPS=dev SYMFONY_VERSION=3.1.*
- php: 5.5
env: COMPOSER_FLAGS="--prefer-lowest"
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
- php: 7.0
env: DEPS=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=3.0.*
env: DEPS=dev COMPOSER_FLAGS="--prefer-stable" SYMFONY_VERSION=3.0.*
fast_finish: true

before_install:
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"matthiasnoback/symfony-dependency-injection-test": "~0.6",
"matthiasnoback/symfony-config-test": "^1.3.1",
"phpunit/php-code-coverage": "@stable",
"sonata-project/doctrine-phpcr-admin-bundle": "^1.2.3|^2.0",
"sonata-project/admin-bundle": "^2.3.7|^3.0",
"sonata-project/block-bundle": "^2.2.8|^3.0",
"sonata-project/core-bundle": "^2.2.5|^3.0",
"sonata-project/doctrine-phpcr-admin-bundle": "^1.2.4|^2.0",
"symfony/monolog-bundle": "^2.3|^3.0",
"doctrine/orm": "^2.3",
"doctrine/data-fixtures": "^1.0.0"
Expand Down

0 comments on commit 22d9902

Please sign in to comment.