Skip to content

Commit 6e71a10

Browse files
committed
Fix tests
1 parent 1a5c9ca commit 6e71a10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ matrix:
2424
- php: 7.1
2525
env: DEPS=dev SYMFONY_VERSION=3.3.*
2626
- php: 5.6
27-
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
27+
# phpcr/phpcr 2.1.2 requirement is needed to not confuse Composer
28+
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak SYMFONY_VERSION="2.8.* phpcr/phpcr:2.1.2"
2829
- php: 7.1
2930
env: SYMFONY_VERSION=3.1.*
3031
fast_finish: true

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"doctrine/orm": "^2.5",
2929
"doctrine/data-fixtures": "^1.0.0"
3030
},
31-
"minimum-stability": "rc",
31+
"minimum-stability": "RC",
3232
"prefer-stable": true,
3333
"suggest": {
3434
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)",

0 commit comments

Comments
 (0)