You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
475 B

  1. {
  2. "name": "magento/module-override-config-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/TestModuleOverrideConfig"
  18. ]
  19. ]
  20. }
  21. }