選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

31 行
701 B

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