composer.json 647 Bytes
Newer Older
Ketan's avatar
Ketan committed
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
{
    "name": "magento/module-cms-graph-ql",
    "description": "N/A",
    "type": "magento2-module",
    "require": {
        "php": "~7.1.3||~7.2.0",
        "magento/framework": "102.0.*",
        "magento/module-cms": "103.0.*",
        "magento/module-widget": "101.1.*"
    },
    "suggest": {
        "magento/module-graph-ql": "100.3.*",
        "magento/module-store-graph-ql": "100.3.*"
    },
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Magento\\CmsGraphQl\\": ""
        }
    },
    "version": "100.3.1"
}