composer.json 520 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "magento/module-theme-graph-ql",
  3. "description": "N/A",
  4. "type": "magento2-module",
  5. "require": {
  6. "php": "~7.1.3||~7.2.0",
  7. "magento/framework": "102.0.*"
  8. },
  9. "suggest": {
  10. "magento/module-store-graph-ql": "100.3.*"
  11. },
  12. "license": [
  13. "OSL-3.0",
  14. "AFL-3.0"
  15. ],
  16. "autoload": {
  17. "files": [
  18. "registration.php"
  19. ],
  20. "psr-4": {
  21. "Magento\\ThemeGraphQl\\": ""
  22. }
  23. },
  24. "version": "100.3.0"
  25. }