BluesparkLabs / spark

✨ Toolkit to develop, test and run Drupal websites.
MIT License
2 stars 1 forks source link

Move to a regular composer.json file, require own dependencies only #23

Closed balintbrews closed 6 years ago

balintbrews commented 6 years ago

Turning Spark's composer.drupal8.json file—which was previously merged in with the composer-merge-plugin in the Sparkified projects— into a regular composer.json file. With this change our strategy is shifting towards letting projects define their own dependencies, scripts etc., leaving only Spark's dependencies in its own composer.json file. Fixes #3.