composer.json 354 B

12345678910111213141516
  1. {
  2. "name": "magefan/module-blog",
  3. "description": "Implements Blog functionality on Magento 2 store",
  4. "type": "magento2-module",
  5. "version": "2.5.3",
  6. "license": [
  7. "OSL-3.0",
  8. "AFL-3.0"
  9. ],
  10. "autoload": {
  11. "files": [ "registration.php" ],
  12. "psr-4": {
  13. "Magefan\\Blog\\": ""
  14. }
  15. }
  16. }