diff --git a/.build/install.sh b/.build/install.sh index 738f648..c64bf80 100755 --- a/.build/install.sh +++ b/.build/install.sh @@ -5,7 +5,7 @@ set -e # setup build system BUILD_REQUIREMENTS=( --phpcs ) -[ "$1" != "--deploy" ] || BUILD_REQUIREMENTS+=( --cloc --phpdoc ) +[ "$1" != "--deploy" ] || BUILD_REQUIREMENTS+=( --cloc --phpdoc3 ) "$PICO_TOOLS_DIR/setup/$PICO_BUILD_ENV.sh" "${BUILD_REQUIREMENTS[@]}" # set COMPOSER_ROOT_VERSION when necessary