Composer Lenient Repository
Some modules are compatible with a later version of Drupal, but a release hasn't been made that allows it.
Composer will refuse...
Some modules are compatible with a later version of Drupal, but a release hasn't been made that allows it.
Composer will refuse...
Start a new Drupal project with composer.
Drupal 8.8 added https://github.com/drupal/core-composer-scaffold, replacing https://github.com/drupal-composer/drupal-scaffold...
Javascript libraries are not managed by composer.
Contrib modules have different recommendations for installing, which can be...
The Drupal docs say to use composer create-project drupal/recommended-project my-project
.
It also mentions drupal-composer/drupal-project, which was the recommended project starter before one was added to core.
Is there any reason to still use drupal-composer/drupal-project?
One difference is that drupal-composer/drupal-project uses a ScriptHandler class:
How to install sandbox modules with composer.
Notes on using git repositories as composer packages.
Npm/yarn/pnpm bridge for composer.
List of helpful links and composer plugins.
Cweagans composer patches documentation.