diff --git a/composer.json b/composer.json deleted file mode 100644 index 8f68f6c..0000000 --- a/composer.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "drupal/drupal", - "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "type": "project", - "license": "GPL-2.0+", - "require": { - "drupal/core": "~8.0" - }, - "minimum-stability": "dev", - "prefer-stable": true, - "repositories": [], - "config": { - "preferred-install": "dist", - "autoloader-suffix": "Drupal8" - }, - "extra": { - "_readme": [ - "This is an example file to show how a Drupal website can be managed via", - "Composer. It does not work out of the box but requires a Git subtree", - "split of the core directory to be added to the repositories", - "section above." - ] - } -} diff --git a/example.composer.json b/example.composer.json new file mode 100644 index 0000000..8f68f6c --- /dev/null +++ b/example.composer.json @@ -0,0 +1,24 @@ +{ + "name": "drupal/drupal", + "description": "Drupal is an open source content management platform powering millions of websites and applications.", + "type": "project", + "license": "GPL-2.0+", + "require": { + "drupal/core": "~8.0" + }, + "minimum-stability": "dev", + "prefer-stable": true, + "repositories": [], + "config": { + "preferred-install": "dist", + "autoloader-suffix": "Drupal8" + }, + "extra": { + "_readme": [ + "This is an example file to show how a Drupal website can be managed via", + "Composer. It does not work out of the box but requires a Git subtree", + "split of the core directory to be added to the repositories", + "section above." + ] + } +}