composer.json 354 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
    "name": "magefan/module-blog",
    "description": "Implements Blog functionality on Magento 2 store",
    "type": "magento2-module",
    "version": "2.3.2",
    "license": [
        "OSL-3.0",
        "AFL-3.0"
    ],
    "autoload": {
        "files": [ "registration.php" ],
        "psr-4": {
            "Magefan\\Blog\\": ""
        }
    }
}