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:
24
24
- php : 7.1
25
25
env : DEPS=dev SYMFONY_VERSION=3.3.*
26
26
- 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"
28
29
- php : 7.1
29
30
env : SYMFONY_VERSION=3.1.*
30
31
fast_finish : true
Original file line number Diff line number Diff line change 28
28
"doctrine/orm" : " ^2.5" ,
29
29
"doctrine/data-fixtures" : " ^1.0.0"
30
30
},
31
- "minimum-stability" : " rc " ,
31
+ "minimum-stability" : " RC " ,
32
32
"prefer-stable" : true ,
33
33
"suggest" : {
34
34
"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