composer.json 372 B

12345678910111213141516171819
  1. {
  2. "name": "magento/theme-frontend-zoom1",
  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. },
  11. "type": "magento2-theme",
  12. "license": [
  13. "OSL-3.0",
  14. "AFL-3.0"
  15. ],
  16. "autoload": {
  17. "files": [ "registration.php" ]
  18. }
  19. }