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 560fc0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ matrix:
- php: 5.5
env: COMPOSER_FLAGS="--prefer-lowest"
- 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",
"sonata-project/core-bundle": "^2.2.5",
"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 560fc0f

Please sign in to comment.