1
0
Fork 0
mirror of synced 2025-04-02 12:46:11 +03:00
magento-module/src/composer.json
Akolzin Dmitry 0e40ad1b5f Tests, travis
Src directory
2018-05-04 16:27:45 +03:00

29 lines
No EOL
524 B
JSON

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