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.
*".x-dev"
recipes-dev
1 parent 3064a44 commit 9c6fbdfCopy full SHA for 9c6fbdf
tools/api_refs/api_refs.sh
@@ -63,6 +63,7 @@ if [ 0 -eq $DXP_ALREADY_EXISTS ]; then
63
cp $AUTH_JSON ./;
64
fi;
65
composer config repositories.ibexa composer https://updates.ibexa.co;
66
+ composer config extra.symfony.endpoint "https://api.github.com/repos/ibexa/recipes-dev/contents/index.json?ref=flex/main";
67
composer require ibexa/$DXP_EDITION:$DXP_VERSION --no-interaction --update-with-all-dependencies --no-install --ignore-platform-reqs --no-scripts;
68
elif [[ "$DXP_VERSION" == *"-rc"* ]]; then
69
composer create-project ibexa/website-skeleton:$DXP_VERSION . --no-interaction --ignore-platform-reqs --no-scripts --stability=rc;
0 commit comments