composer.json 474 B

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