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 4bccbd5 + 7d7d248 commit da3fd97Copy full SHA for da3fd97
.travis.yml
@@ -19,9 +19,9 @@ matrix:
19
install:
20
- |
21
if [[ $COMPOSER_LOCK = true ]]; then
22
- composer install
+ COMPOSER_ROOT_VERSION=4.x-dev composer install
23
else
24
- composer update
+ COMPOSER_ROOT_VERSION=4.x-dev composer update
25
fi
26
# coding style
27
- if [[ $STATIC_ANALYSIS != "" ]]; then composer create-project symplify/easy-coding-standard:v2.5.12 temp/ecs; fi
0 commit comments