composer.json 424 B

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