Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Jan 20, 2017
1 parent 1a5c9ca commit 6e71a10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ matrix:
- php: 7.1
env: DEPS=dev SYMFONY_VERSION=3.3.*
- php: 5.6
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
# phpcr/phpcr 2.1.2 requirement is needed to not confuse Composer
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak SYMFONY_VERSION="2.8.* phpcr/phpcr:2.1.2"
- php: 7.1
env: SYMFONY_VERSION=3.1.*
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"doctrine/orm": "^2.5",
"doctrine/data-fixtures": "^1.0.0"
},
"minimum-stability": "rc",
"minimum-stability": "RC",
"prefer-stable": true,
"suggest": {
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)",
Expand Down

0 comments on commit 6e71a10

Please sign in to comment.