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.
 
 
 
 
 
 

27 wiersze
617 B

  1. {
  2. "name": "magento/module-grouped-product-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-grouped-product": "100.4.*",
  13. "magento/module-catalog": "104.0.*",
  14. "magento/module-catalog-graph-ql": "100.4.*",
  15. "magento/framework": "103.0.*"
  16. },
  17. "autoload": {
  18. "files": [
  19. "registration.php"
  20. ],
  21. "psr-4": {
  22. "Magento\\GroupedProductGraphQl\\": ""
  23. }
  24. }
  25. }