composer.json 417 B

1234567891011121314151617181920
  1. {
  2. "name": "magento/theme-frontend-zoom3",
  3. "description": "N/A",
  4. "config": {
  5. "sort-packages": true
  6. },
  7. "require": {
  8. "php": "~7.1.3||~7.2.0",
  9. "magento/framework": "*",
  10. "magento/theme-frontend-zoom2": "*"
  11. },
  12. "type": "magento2-theme",
  13. "license": [
  14. "OSL-3.0",
  15. "AFL-3.0"
  16. ],
  17. "autoload": {
  18. "files": [ "registration.php" ]
  19. }
  20. }