-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 935 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
37
38
39
40
41
42
43
44
{
"name": "pigeonposse/mautic-theme-tokens",
"description" : "A PigeonPosse Theme for Mautic & with tokens",
"type": "mautic-theme",
"keywords": [
"mautic",
"theme",
"tokens",
"custom-tokens",
"mautic-plugin-extra-tools"
],
"extra": {
"install-directory-name": "pigeonposse-tokens"
},
"require": {
"php": ">=7.4.0",
"mautic/core-lib": "^4.0"
},
"authors": [
{
"name": "PigeonPosse Team",
"email": "dev@pigeonposse.com",
"homepage": "https://pigeonposse.com",
"role": "Collective"
},
{
"name": "Angelo",
"email": "angelo@pigeonposse.com",
"homepage": "https://pigeonposse.com",
"role": "Developer"
}
],
"license": "GPL-3.0",
"funding": [
{
"type": "GitHub",
"url": "https://github.com/sponsors/PigeonPosse"
},
{
"type": "Web",
"url": "https://pigeonposse.com/?popup=donate"
}
]
}