-
Notifications
You must be signed in to change notification settings - Fork 27
/
composer.custom.dev
50 lines (50 loc) · 1.69 KB
/
composer.custom.dev
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
40
41
42
43
44
45
46
47
48
49
50
{
"require": {
"thedmsgroup/mautic-eb-custom": "dev-master",
"thedmsgroup/mautic-extended-field-bundle": "dev-master",
"thedmsgroup/mautic-contact-client-bundle": "dev-master",
"thedmsgroup/mautic-contact-ledger-bundle": "dev-master",
"thedmsgroup/mautic-contact-source-bundle": "dev-master",
"thedmsgroup/mautic-enhancer-bundle": "dev-master",
"thedmsgroup/mautic-usstate-normalizer-bundle": "dev-master",
"thedmsgroup/mautic-health-bundle": "dev-master",
"thedmsgroup/mautic-api-services-bundle": "dev-master",
"thedmsgroup/mautic-campaign-watch-bundle": "dev-master",
"thedmsgroup/mautic-dashboard-warm-bundle": "dev-master",
"thedmsgroup/mautic-segment-extras-bundle": "dev-master",
"thedmsgroup/mautic-media-bundle": "dev-master",
"thedmsgroup/mautic-do-not-contact-extras-bundle": "dev-master",
"thedmsgroup/mautic-revenue-event-bundle": "dev-master"
},
"config": {
"preferred-install": {
"*": "dist",
"thedmsgroup/*": "source"
}
},
"repositories": [
{
"type": "package",
"package": {
"type": "library",
"name": "thedmsgroup/mautic-eb-custom",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/thedmsgroup/mautic-eb-custom.git",
"reference": "2.15.0"
},
"require": {
"mnsami/composer-custom-directory-installer": "1.1.*"
}
}
}
],
"extra": {
"installer-paths": {
"./mautic_custom": [
"thedmsgroup/mautic-eb-custom"
]
}
}
}