example-drops-8-composer
example-drops-8-composer copied to clipboard
WIP - Remove redundant dependencies
Our composer.json directly requires packages that are also brought in by drupal/coder and drupal/drupal-extension. I don't think we get a benefit from directly requiring these. It makes this project appear more complex than it is. Direct requiring also implies a stronger opinion on specific version numbers than I think we have.
I'm keeping this PR WIP to avoid composer.lock conflicts. I'd also like to address https://github.com/pantheon-systems/example-drops-8-composer/issues/222 all in one PR.