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.
 
 
 
 
 
 

34 wiersze
865 B

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