1
0
mirror of synced 2024-11-25 06:26:07 +03:00
magento-module/composer.json
2018-03-12 16:34:48 +03:00

30 lines
552 B
JSON

{
"name": "retailcrm/retailcrm",
"description": "Retailcrm",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"retailcrm/api-client-php": "~5.0"
},
"type": "magento2-module",
"version": "1.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Retailcrm",
"email": "gorokh@retailcrm.ru",
"homepage": "https://www.retailcrm.ru",
"role": "Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Retailcrm\\Retailcrm\\": ""
}
}
}