Created
June 22, 2022 15:39
-
-
Save tedbow/6893c5286baa5e34ee4b66a179f7f245 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
composer create-project drupal/recommended-project:~9.2.0 test-2-3 --no-interaction | |
cd test-2-3 | |
composer config minimum-stability dev | |
composer require 'drupal/automatic_updates:2.x-dev' --no-interaction --with-all-dependencies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment