-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
55 lines (55 loc) · 1.16 KB
/
composer.json
File metadata and controls
55 lines (55 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
46
47
48
49
50
51
52
53
54
55
{
"name": "gepur-it/ldap-bundle",
"description": "Authorisation bundle fot gepur apps",
"type": "symfony-bundle",
"license": "MIT",
"version": "5.1.0",
"authors": [
{
"name": "Andrii Yakovlev",
"email": "yawa20@gmail.com"
},
{
"name": "Marina Mileva",
"email": "m934222258@gmail.com"
},
{
"name": "Victor Pavlov",
"email": "zogxray@gmail.com"
}
],
"keywords": [
"ldap",
"gepur",
"authorisation",
"symfony",
"bundle"
],
"homepage": "https://github.com/gepur-it/ldap-bundle",
"require": {
"php": ">=7.4",
"ext-json": "*",
"doctrine/orm": ">=2.5",
"doctrine/doctrine-bundle": ">=1.6",
"gepur-it/user": "^4.3|^5.0",
"alcaeus/mongo-php-adapter": ">=1.1",
"doctrine/mongodb-odm-bundle": ">=3.5",
"symfony/ldap": "^4.3|^5.0",
"gepur-it/action-logger-bundle": "^5.0",
"symfony/security-bundle": "^5.0"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"GepurIt\\LdapBundle\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"GepurIt\\LdapBundle\\Tests\\": "Tests"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}