-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 933 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
{
"name": "glavweb/security-bundle",
"description": "Symfony GlavwebSecurityBundle",
"authors": [
{
"name": "nilov",
"email": "[email protected]",
"homepage": "http://glavweb.ru"
},
{
"name": "GLAVWEB Community",
"homepage": "https://github.com/glavweb/GlavwebSecurityBundle/contributors"
}
],
"require": {
"php": ">=7.3",
"symfony/http-foundation": "^4.0|^5.0|^6.0|^7.0",
"symfony/form": "^4.0|^5.0|^6.0|^7.0",
"symfony/security-bundle": "^4.0|^5.0|^6.0|^7.0",
"symfony/twig-bridge": "^4.0|^5.0|^6.0|^7.0",
"sonata-project/admin-bundle": "^4.0",
"doctrine/orm": "^2.3|^3.0",
"doctrine/doctrine-bundle": "^2.0"
},
"minimum-stability": "alpha",
"prefer-stable": true,
"autoload": {
"psr-4": { "Glavweb\\SecurityBundle\\": "" }
}
}