29 lines
512 B
JSON
29 lines
512 B
JSON
|
{
|
||
|
"name": "retailcrm/retailcrm",
|
||
|
"description": "Retailcrm",
|
||
|
"require": {
|
||
|
"php": "~5.5.0|~5.6.0|~7.0.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\\": ""
|
||
|
}
|
||
|
}
|
||
|
}
|