Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

29 rindas
633 B

  1. {
  2. "name": "magento/module-related-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.2",
  10. "require": {
  11. "php": "~7.4.0||~8.1.0",
  12. "magento/module-catalog": "104.0.*",
  13. "magento/module-catalog-graph-ql": "100.4.*",
  14. "magento/framework": "103.0.*"
  15. },
  16. "suggest": {
  17. "magento/module-graph-ql": "100.4.*"
  18. },
  19. "autoload": {
  20. "files": [
  21. "registration.php"
  22. ],
  23. "psr-4": {
  24. "Magento\\RelatedProductGraphQl\\": ""
  25. }
  26. }
  27. }