This project manages its dependencies using Composer and defines a package named magento/module-test-module-integration-from-config. Learn more
composer.json 430 Bytes
{
  "name": "magento/module-test-module-integration-from-config",
  "description": "test integration create from config",
  "config": {
    "sort-packages": true
  },
  "require": {
    "php": "~7.1.3||~7.2.0",
    "magento/framework": "*",
    "magento/module-integration": "*"
  },
  "type": "magento2-module",
  "extra": {
    "map": [
      [
        "*",
        "Magento/TestModuleIntegrationFromConfig"
      ]
    ]
  }
}