cms/drupal/profiles/drustack/composer.json
author ymh <ymh.work@gmail.com>
Tue, 20 Mar 2018 15:02:40 +0100
changeset 573 25f3d28f51b2
parent 570 cdf0cb7bf073
permissions -rwxr-xr-x
Added tag 0.0.25 for changeset 190ae1dee68d

{
    "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://packagist.drupal-composer.org"
        }
    ],
    "suggest": {
        "drustack/framework-standard-edition": "The \"DruStack Standard Edition\" distribution"
    },
    "type": "drupal/profile"
}