1
0
mirror of synced 2024-11-22 04:56:07 +03:00
magento-module/composer.json
Alex Lushpai f4000c9874 v2.0
2017-05-31 15:24:46 +03:00

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\\": ""
}
}
}