| Current Path : /srv/web/sites/shop.cappellettinovasalus.it/httpdocs/app/code/Magefan/Blog/ |
| Current File : /srv/web/sites/shop.cappellettinovasalus.it/httpdocs/app/code/Magefan/Blog/composer.json |
{
"name": "magefan/module-blog",
"description": "Implements Blog functionality on Magento 2 store",
"require": {
"magefan/module-community" : ">=2.1.13",
"magefan/module-blog-graph-ql" : ">=2.1.8",
"magefan/module-wysiwyg-advanced" : ">=2.0.14"
},
"suggest": {
"magefan/module-amp-blog": "Install this module to activate Blog integration with the Plumrocket AMP extension."
},
"type": "magento2-module",
"version": "2.10.13",
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Magefan\\Blog\\": ""
}
}
}