Fix composer require farmos/farmos version constraint in build-farmOS.sh.

This commit is contained in:
Michael Stenta 2023-10-23 14:24:41 -04:00
parent 112a152304
commit 6292f2a3a5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ if [ "${FARMOS_VERSION}" = "2.x" ]; then
elif [[ ! ${IS_TAGGED_RELEASE} ]]; then
FARMOS_COMPOSER_VERSION="dev-${FARMOS_VERSION}"
fi
composer require farmos/farmos ${FARMOS_COMPOSER_VERSION} --no-install
composer require farmos/farmos:${FARMOS_COMPOSER_VERSION} --no-install
# Add allow-plugins config.
allowedPlugins=(