composer.json 798 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "magento/module-customer-graph-ql",
  3. "description": "N/A",
  4. "type": "magento2-module",
  5. "require": {
  6. "php": "~7.1.3||~7.2.0",
  7. "magento/module-customer": "102.0.*",
  8. "magento/module-authorization": "100.3.*",
  9. "magento/module-eav": "102.0.*",
  10. "magento/module-newsletter": "100.3.*",
  11. "magento/module-integration": "100.3.*",
  12. "magento/module-store": "101.0.*",
  13. "magento/framework": "102.0.*"
  14. },
  15. "suggest": {
  16. "magento/module-graph-ql": "100.3.*"
  17. },
  18. "license": [
  19. "OSL-3.0",
  20. "AFL-3.0"
  21. ],
  22. "autoload": {
  23. "files": [
  24. "registration.php"
  25. ],
  26. "psr-4": {
  27. "Magento\\CustomerGraphQl\\": ""
  28. }
  29. },
  30. "version": "100.3.1"
  31. }