Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

22 řádky
500 B

  1. {
  2. "name": "magento/module-test-module-integration-from-config",
  3. "description": "test integration create from config",
  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/TestModuleIntegrationFromConfig"
  18. ]
  19. ]
  20. }
  21. }