Skip to content

Commit 90b3094

Browse files
committed
Merge branch 'QA_5_2'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2 parents ce5ce76 + a08f256 commit 90b3094

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ create_phpunit_sandbox() {
253253
PHPUNIT_VERSION="$(get_composer_package_version 'phpunit/phpunit')"
254254
TEMP_PHPUNIT_FOLDER="$(mktemp -d /tmp/phpMyAdmin-phpunit.XXXXXXXXX)"
255255
cd "${TEMP_PHPUNIT_FOLDER}"
256-
composer require "phpunit/phpunit:${PHPUNIT_VERSION}"
256+
composer require --no-interaction --dev "phpunit/phpunit:${PHPUNIT_VERSION}"
257257
cd -
258258
}
259259

0 commit comments

Comments
 (0)