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.
 
 
 
 
 
 

32 rindas
746 B

  1. {
  2. "name": "magento/module-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/framework": "103.0.*",
  14. "magento/module-webapi": "100.4.*",
  15. "magento/module-new-relic-reporting": "100.4.*",
  16. "magento/module-authorization": "100.4.*",
  17. "webonyx/graphql-php": "~14.11.5"
  18. },
  19. "suggest": {
  20. "magento/module-graph-ql-cache": "100.4.*"
  21. },
  22. "autoload": {
  23. "files": [
  24. "registration.php"
  25. ],
  26. "psr-4": {
  27. "Magento\\GraphQl\\": ""
  28. }
  29. }
  30. }