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.
 
 
 
 
 
 

38 lines
1.0 KiB

  1. {
  2. "name": "magento/module-catalog-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-eav": "102.1.*",
  13. "magento/module-catalog": "104.0.*",
  14. "magento/module-catalog-inventory": "100.4.*",
  15. "magento/module-directory": "100.4.*",
  16. "magento/module-search": "101.1.*",
  17. "magento/module-store": "101.1.*",
  18. "magento/module-eav-graph-ql": "100.4.*",
  19. "magento/module-catalog-search": "102.0.*",
  20. "magento/framework": "103.0.*",
  21. "magento/module-graph-ql": "100.4.*",
  22. "magento/module-advanced-search": "100.4.*"
  23. },
  24. "suggest": {
  25. "magento/module-graph-ql-cache": "100.4.*",
  26. "magento/module-store-graph-ql": "100.4.*"
  27. },
  28. "autoload": {
  29. "files": [
  30. "registration.php"
  31. ],
  32. "psr-4": {
  33. "Magento\\CatalogGraphQl\\": ""
  34. }
  35. }
  36. }