-
- Downloads
Inital commit
composer.json
0 → 100644
{ | |||
"name": "firegento/magento2-content-provisioning", | |||
"description": "N/A", | |||
"require": { | |||
"php": "~7.1.3||~7.2.0", | |||
"magento/framework": "102.0.*", | |||
"magento/module-cms": "103.0.*", | |||
"magento/module-widget": "101.1.*" | |||
}, | |||
"license": [ | |||
"OSL-3.0", | |||
"AFL-3.0" | |||
], | |||
"autoload": { | |||
"files": [ | |||
"registration.php" | |||
], | |||
"psr-4": { | |||
"Firegento\\ContentProvisioning\\": "" | |||
} | |||
} | |||
} |
etc/module.xml
0 → 100644
registration.php
0 → 100644
Please sign in to comment