您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

28 行
640 B

  1. {
  2. "name": "magento/module-graph-ql-cache",
  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-page-cache": "100.4.*",
  14. "magento/module-graph-ql": "100.4.*",
  15. "magento/module-authorization": "100.4.*",
  16. "magento/module-integration": "100.4.*"
  17. },
  18. "autoload": {
  19. "files": [
  20. "registration.php"
  21. ],
  22. "psr-4": {
  23. "Magento\\GraphQlCache\\": ""
  24. }
  25. }
  26. }