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.
2 parents ce5ce76 + a08f256 commit 90b3094Copy full SHA for 90b3094
1 file changed
scripts/create-release.sh
@@ -253,7 +253,7 @@ create_phpunit_sandbox() {
253
PHPUNIT_VERSION="$(get_composer_package_version 'phpunit/phpunit')"
254
TEMP_PHPUNIT_FOLDER="$(mktemp -d /tmp/phpMyAdmin-phpunit.XXXXXXXXX)"
255
cd "${TEMP_PHPUNIT_FOLDER}"
256
- composer require "phpunit/phpunit:${PHPUNIT_VERSION}"
+ composer require --no-interaction --dev "phpunit/phpunit:${PHPUNIT_VERSION}"
257
cd -
258
}
259
0 commit comments