-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 875 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 875 Bytes
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
{
"name": "l3/ldap-user-bundle",
"type": "symfony-bundle",
"description": "User Provider from LDAP (branch ou=people)",
"homepage": "https://github.com/l3-team/LdapUserBundle",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Pierre Pélisset",
"email": "pierre.pelisset@univ-lille3.fr"
},
{
"name": "Mathieu Hétru",
"email": "mathieu.hetru@univ-lille.fr"
}
],
"require": {
"php": ">=8.2",
"symfony/http-foundation": "~7.0",
"symfony/security-bundle": "~7.0",
"symfony/routing": "~7.0",
"symfony/framework-bundle": "~7.0",
"openldapobject/ldapobjectbundle": "1.1.5"
},
"autoload": {
"psr-4": { "L3\\Bundle\\LdapUserBundle\\": "" }
},
"minimum-stability": "dev",
"prefer-stable": true
}