forked from Leuchtfeuer/auth0-for-mautic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.16 KB
/
composer.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
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
{
"name": "leuchtfeuer/mautic-auth0-bundle",
"description": "Auth0 is the solution you need for web, mobile, IoT, and internal applications. Loved by developers and trusted by enterprises.",
"keywords": [
"Mautic",
"Auth0",
"SSO",
"Login",
"User"
],
"type": "mautic-plugin",
"license": "GPL-3.0-or-later",
"homepage": "https://www.Leuchtfeuer.com",
"authors": [
{
"name": "Florian Wessels",
"email": "f.wessels@Leuchtfeuer.com",
"homepage": "https://www.Leuchtfeuer.com",
"role": "Developer"
},
{
"name": "Lukas Günther",
"email": "l.guenther@Leuchtfeuer.com",
"homepage": "https://www.Leuchtfeuer.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/Leuchtfeuer/auth0-for-mautic/issues",
"source": "https://github.com/Leuchtfeuer/auth0-for-mautic",
"email": "dev@Leuchtfeuer.com"
},
"autoload": {
"psr-4": {
"MauticPlugin\\MauticAuth0Bundle\\": ""
}
},
"replace": {
"bitmotion/mautic-auth0-bundle": "self.version"
},
"require": {
"guzzlehttp/guzzle": "^6.2|^7.2",
"symfony/security": "^2.8|^3.4|^4.4"
}
}