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.
Turning Spark's
composer.drupal8.json
file—which was previously merged in with the composer-merge-plugin in the Sparkified projects— into a regularcomposer.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 owncomposer.json
file. Fixes #3.