You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Create a `composer.json` file in the root of your project with [appropriate properties](https://getcomposer.org/doc/04-schema.md#properties) - primarily [the Drupal core package](#core) and the [Drupal.org package repository](#projects). To use the `composer.json` template provided by this project run `composer create-project reload/drupal-composer-project project-dir --stability dev --no-interaction
34
+
2. Create a `composer.json` file in the root of your project with [appropriate properties](https://getcomposer.org/doc/04-schema.md#properties) - primarily [the Drupal core package](#core) and the [Drupal.org package repository](#projects). To use the `composer.json` template provided by this project run `composer create-project drupal-composer/drupal-project project-dir --stability dev --no-interaction
35
35
3. Run `composer install` from your project directory to install Drupal 7.
36
36
4. Run `composer require drupal/some-project` to install a module or theme from Drupal.org.
0 commit comments