-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1 KB
/
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
37
38
39
{
"name": "layered/marketing-sync",
"type": "wordpress-plugin",
"description": "Sync users with marketing tools",
"keywords": [
"wordpress",
"marketing",
"mailchimp",
"intercom",
"drip",
"activecampaign",
"email",
"sync",
"email"
],
"homepage": "https://wordpress.layered.studio/marketing-sync",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Andrei Igna",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/LayeredStudio/marketing-sync/issues",
"forum": "https://wordpress.org/support/plugin/marketing-sync",
"source": "https://github.com/LayeredStudio/marketing-sync"
},
"require": {
"php": "^5.5|^7.0",
"composer/installers": "~1.5",
"layered/wp-helpers": "^1.9"
},
"autoload": {
"psr-4": {
"Layered\\MarketingSync\\": "src/"
}
}
}