-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 1.01 KB
/
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
32
33
34
35
36
37
{
"name": "libre-informatique/security-bundle",
"type": "symfony-bundle",
"description": "Managing security rules and access controls",
"require": {
"php": "^5.6|^7.0",
"symfony/symfony": "3.2.*",
"jms/security-extra-bundle": "dev-master"
},
"license": "GNU-GPL",
"keywords": [
"e-venement",
"libio",
"sonata",
"symfony"
],
"homepage": "https://github.com/libre-informatique/SymfonyLibrinfoSecurityBundle",
"authors": [
{
"name": "Baptiste SIMON",
"email": "[email protected]"
},
{
"name": "Libre Informatique",
"homepage": "http://www.libre-informatique.fr/"
}
],
"autoload": {
"psr-4": {
"Librinfo\\SecurityBundle\\": "src/",
"Librinfo\\SecurityBundle\\Tests\\": "tests/"
}
},
"suggest": {
"libre-informatique/crm-bundle": "Manage contacts, organisms and more..."
}
}