forked from CompactCodeEU/intercom
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
36 lines (35 loc) · 817 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "compactcode/intercom",
"description": "",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0",
"compactcode/base": ">=1.1.2",
"magento/module-customer": ">=100.0.15",
"intercom/intercom-php": "*",
"php-http/guzzle6-adapter" : "*"
},
"suggest": {
},
"type": "magento2-module",
"version": "1.0.1",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "CompactCode",
"email": "[email protected]",
"homepage": "https://www.compactcode.eu",
"role": "Leader"
}
],
"autoload": {
"files": [
"src/registration.php"
],
"psr-4": {
"CompactCode\\Intercom\\": "src"
}
}
}