composer.json 844 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "smartwave/module-porto",
  3. "description": "N/A",
  4. "require": {
  5. "php": "~5.5.0|~5.6.0|~7.0.0",
  6. "magento/module-store": "100.0.*",
  7. "magento/module-theme": "100.0.*",
  8. "magento/module-widget": "100.0.*",
  9. "magento/module-backend": "100.0.*",
  10. "magento/module-catalog": "100.0.*",
  11. "magento/module-email": "100.0.*",
  12. "magento/module-ui": "100.0.*",
  13. "magento/module-variable": "100.0.*",
  14. "magento/module-media-storage": "100.0.*",
  15. "magento/framework": "100.0.*",
  16. "magento/magento-composer-installer": "*"
  17. },
  18. "type": "magento2-module",
  19. "version": "2.2.1",
  20. "license": [
  21. "OSL-3.0",
  22. "AFL-3.0"
  23. ],
  24. "extra": {
  25. "map": [
  26. [
  27. "*",
  28. "Smartwave/Porto"
  29. ]
  30. ]
  31. }
  32. }