Use drupal-core-strict.#264
Conversation
|
Haven't analyzed why dependency resolution doesn't succeed. Worked in pantheon-systems/example-drops-8-composer#75. |
|
Related to composer/composer#6131 and composer/composer#6139 |
|
That's odd. As I mention above, pantheon-systems/example-drops-8-composer#75 is working, and that project is a derivative of this project. I don't know what the difference is. |
…a dependency to drupal/core
|
I build a new package, which has drupal/core as a dependency. I hope it helps to resolve the dependencies in a reliable way. |
|
This looks good to me. If drupal-core-strict requires drupal-core, then should we advise that it be used in place of, instead of in addition to, drupal-core in a project's composer.json? I don't know if it makes any difference to Composer, but it seems logical. |
|
I think having it in addition is fine, because its an optional package. The DX is not ideal, its makes updates via composer difficult due the related composer issues. |
|
Lets keep it optional. It will hurt DX a lot. |
With the current twig regression, Composer-managed Drupal sites will get a too-recent version of Twig, and experience problems.
Should we perhaps prevent this by using the
webflo/drupal-core-strictproject? Seems to work well and solve the problem.