123456789101112131415161718192021 |
- {
- "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"
- ]
- ]
- }
- }
|