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

26 行
542 B

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