cms/drupal/profiles/drustack/composer.json
author ymh <ymh.work@gmail.com>
Wed, 13 Sep 2017 22:19:48 +0200
changeset 544 ad58d7627f70
parent 541 e756a8c72c3d
child 570 cdf0cb7bf073
permissions -rw-r--r--
use same http client in ImportCocoonRDF and define version 0.22

{
    "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"
}