Adding composer.json for easier deploy
Showing
composer.json
0 → 100644
| { | |||
| "name": "webkul/magento-connector", | |||
| "type": "library", | |||
| "description": "Webkul magento connector", | |||
| "autoload": { | |||
| "psr-4": {"Webkul\\Magento2Bundle\\": ""} | |||
| }, | |||
| "minimum-stability": "stable" | |||
| } |
Please
register
or
sign in
to comment