composer.json 1003 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
{
    "name": "skeeks/cms-module-shop",
    "description": "Модуль интернет магазин SkeekS cms",
    "keywords": ["module", "cms", "skeeks", "sx", "app", "yii2", "catalog", "shop"],
    "homepage": "http://www.skeeks.com/",
    "type": "yii2-extension",
    "license": "BSD-3-Clause",
    "support": {
        "issues": "http://www.skeeks.com/",
        "wiki": "http://git.skeeks.com/skeeks/cms-module-shop/tree/master/docs/guide-ru",
        "wiki-cms": "http://git.skeeks.com/skeeks/cms/tree/master/docs/guide-ru",
        "source": "http://git.skeeks.com/skeeks/cms-module-shop"
    },
    "authors": [
        {
            "name": "Semenov Alexander",
            "email": "semenov@skeeks.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "skeeks/cms": "*",
        "skeeks/cms-module-catalog": "*",
        "skeeks/cms-module-money": "*"
    },
    "autoload": {
        "psr-4": {
            "skeeks\\modules\\cms\\shop\\": ""
        }
    }
}