File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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)" ,
You can’t perform that action at this time.
0 commit comments