composer.json 758 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "smartwave/module-core",
  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-ui": "100.0.*",
  11. "magento/module-variable": "100.0.*",
  12. "magento/module-media-storage": "100.0.*",
  13. "magento/framework": "100.0.*",
  14. "magento/magento-composer-installer": "*"
  15. },
  16. "type": "magento2-module",
  17. "version": "2.0.0",
  18. "license": [
  19. "OSL-3.0",
  20. "AFL-3.0"
  21. ],
  22. "extra": {
  23. "map": [
  24. [
  25. "*",
  26. "Smartwave/Core"
  27. ]
  28. ]
  29. }
  30. }