You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
916 B

  1. {
  2. "name": "magento/module-customer-graph-ql",
  3. "description": "N/A",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "version": "100.4.5",
  10. "require": {
  11. "php": "~7.4.0||~8.1.0",
  12. "magento/module-authorization": "100.4.*",
  13. "magento/module-customer": "103.0.*",
  14. "magento/module-eav": "102.1.*",
  15. "magento/module-graph-ql": "100.4.*",
  16. "magento/module-newsletter": "100.4.*",
  17. "magento/module-integration": "100.4.*",
  18. "magento/module-store": "101.1.*",
  19. "magento/framework": "103.0.*",
  20. "magento/module-directory": "100.4.*",
  21. "magento/module-tax": "100.4.*",
  22. "magento/module-graph-ql-cache": "100.4.*"
  23. },
  24. "autoload": {
  25. "files": [
  26. "registration.php"
  27. ],
  28. "psr-4": {
  29. "Magento\\CustomerGraphQl\\": ""
  30. }
  31. }
  32. }