diff -r 07239de796bb -r e756a8c72c3d cms/drupal/profiles/drustack/composer.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/drupal/profiles/drustack/composer.json Fri Sep 08 12:04:06 2017 +0200 @@ -0,0 +1,31 @@ +{ + "authors": [ + { + "email": "hswong3i@pantarei-design.com", + "homepage": "http://hswong3i.net", + "name": "Wong Hoi Sing Edison" + } + ], + "description": "Drustack is a starter Drupal distribution for developer.", + "extra": { + "branch-alias": { + "dev-develop": "8.x-dev", + "dev-master": "8.1.x-dev" + } + }, + "homepage": "https://drupal.org/project/drustack", + "license": "GPL-2.0+", + "minimum-stability": "dev", + "name": "drupal/drustack", + "prefer-stable": true, + "repositories": [ + { + "type": "composer", + "url": "https://packages.drupal.org/7" + } + ], + "suggest": { + "drustack/framework-standard-edition": "The \"DruStack Standard Edition\" distribution" + }, + "type": "drupal/profile" +}