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 b463872 commit 0f7ca8cCopy full SHA for 0f7ca8c
tools/php_api_ref/phpdoc.sh
@@ -53,7 +53,7 @@ cd $TMP_DXP_DIR; # /!\ Change working directory (reason why all paths must be ab
53
if [ 0 -eq $DXP_ALREADY_EXISTS ]; then
54
echo "Creating ibexa/$DXP_EDITION-skeleton:$DXP_VERSION project in ${TMP_DXP_DIR}…";
55
if [[ "$DXP_VERSION" == *".x-dev" ]]; then
56
- composer create-project ibexa/website-skeleton:$DXP_VERSION . --no-interaction --no-install --ignore-platform-reqs --no-scripts --stability=dev;
+ composer create-project ibexa/website-skeleton:$DXP_VERSION . --no-interaction --ignore-platform-reqs --no-scripts --stability=dev;
57
if [ -n "$AUTH_JSON" ]; then
58
cp $AUTH_JSON ./;
59
fi;
0 commit comments