1
0
mirror of synced 2024-11-22 13:06:07 +03:00
magento-module/composer.json

30 lines
559 B
JSON
Raw Normal View History

2017-05-31 15:24:46 +03:00
{
"name": "retailcrm/retailcrm",
"description": "Retailcrm",
"require": {
2018-03-12 16:34:48 +03:00
"php": "~5.5.0|~5.6.0|~7.0.0",
"retailcrm/api-client-php": "~5.0"
2017-05-31 15:24:46 +03:00
},
"type": "magento2-module",
"version": "1.0.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
2018-04-28 11:39:23 +03:00
"name": "RetailDriver LLC",
2017-05-31 15:24:46 +03:00
"email": "gorokh@retailcrm.ru",
"homepage": "https://www.retailcrm.ru",
"role": "Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Retailcrm\\Retailcrm\\": ""
}
}
}