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.
1 parent 986b581 commit b41580cCopy full SHA for b41580c
.github/ci/scripts/setup-environment.sh
@@ -13,6 +13,6 @@ mkdir var/config
13
cp .github/ci/files/extensions.template.php var/config/extensions.php
14
cp .github/ci/files/.env ./
15
16
-if [ ${DEPENDENCIES:-lowest} = "highest" ]; then
+: 'if [ ${DEPENDENCIES:-lowest} = "highest" ]; then
17
composer require pimcore/pimcore:"11.x-dev as 10.99.99" --no-update
18
-fi
+fi'
0 commit comments