12345678910111213141516 |
- {
- "name": "magefan/module-blog",
- "description": "Implements Blog functionality on Magento 2 store",
- "type": "magento2-module",
- "version": "2.5.3",
- "license": [
- "OSL-3.0",
- "AFL-3.0"
- ],
- "autoload": {
- "files": [ "registration.php" ],
- "psr-4": {
- "Magefan\\Blog\\": ""
- }
- }
- }
|