forked from Monogramm/MauticLdapAuthBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
31 lines (31 loc) · 866 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
{
"name": "monogramm/mautic-ldap-auth-bundle",
"type": "mautic-plugin",
"description": "This plugin enables LDAP authentication for mautic.",
"keywords": ["mautic", "plugin", "ldap", "authentication"],
"homepage": "http://www.monogramm.io",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Monogramm",
"homepage": "https://github.com/Monogramm"
}
],
"require": {
"php": ">=5.6.19 <7.3",
"mautic/composer-plugin": "^1.0",
"symfony/form": "~2.8",
"symfony/http-foundation": "~2.8",
"symfony/ldap": "~2.8",
"symfony/translation": "~2.8",
"symfony/security": "~2.8"
},
"autoload": {
"psr-4": { "Monogramm\\MauticLdapAuthBundle\\": "" }
},
"require-dev": {
"phpspec/phpspec": "~2.1",
"leanphp/phpspec-code-coverage": "~2.1",
"squizlabs/php_codesniffer": "~3.0"
}
}