Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

33 wiersze
870 B

  1. {
  2. "name": "magento/module-bundle-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-catalog": "104.0.*",
  13. "magento/module-bundle": "101.0.*",
  14. "magento/module-graph-ql": "100.4.*",
  15. "magento/module-catalog-graph-ql": "100.4.*",
  16. "magento/module-quote": "101.2.*",
  17. "magento/module-quote-graph-ql": "100.4.*",
  18. "magento/module-store": "101.1.*",
  19. "magento/module-sales": "103.0.*",
  20. "magento/module-sales-graph-ql": "100.4.*",
  21. "magento/framework": "103.0.*"
  22. },
  23. "autoload": {
  24. "files": [
  25. "registration.php"
  26. ],
  27. "psr-4": {
  28. "Magento\\BundleGraphQl\\": ""
  29. }
  30. }
  31. }