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

22 行
477 B

  1. {
  2. "name": "magento/module-override-config3-test",
  3. "description": "module for override config check",
  4. "config": {
  5. "sort-packages": true
  6. },
  7. "require": {
  8. "php": "~7.4.0||~8.0.0",
  9. "magento/framework": "*",
  10. "magento/module-integration": "*"
  11. },
  12. "type": "magento2-module",
  13. "extra": {
  14. "map": [
  15. [
  16. "*",
  17. "Magento/TestModuleOverrideConfig3"
  18. ]
  19. ]
  20. }
  21. }