-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
30 lines (30 loc) · 862 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
{
"name": "keepcloud/laravel-mautic-api",
"description": "Free and Open Source Marketing Automation API",
"license": "MIT",
"keywords": ["mautic","laravel","lumen","keepcloud","api","sync","automation","email","marketing"],
"authors": [
{
"name": "Prince Ali Khan",
"email": "[email protected]"
},
{
"name": "Edison Costa",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": ">7.2.5",
"illuminate/contracts": "7.*|8.*",
"illuminate/support": "7.*|8.*",
"mautic/api-library":"3.0.0",
"guzzlehttp/guzzle": "^7.2",
"graham-campbell/manager": "^4.5"
},
"autoload": {
"psr-4": {
"Keepcloud\\Mautic\\": "src/"
}
}
}