We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc9648a + 00764dd commit 69de4d2Copy full SHA for 69de4d2
.travis.yml
@@ -281,6 +281,7 @@ install:
281
elif [[ $deps = low ]]; then
282
echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT_X'"
283
else
284
+ composer require --no-update doctrine/persistence:2.1.*
285
if [[ $PHP = 8.0* ]]; then
286
# add return types before running the test suite
287
sed -i 's/"\*\*\/Tests\/"//' composer.json
0 commit comments