-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
40 lines (40 loc) · 1.06 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
38
39
40
{
"name": "libre-informatique/user-bundle",
"type": "symfony-bundle",
"description": "Manage user authentication",
"require": {
"php": ">=5.3.0",
"symfony/symfony": "2.8.*",
"libre-informatique/decorator-bundle": "dev-master",
"blast-project/base-entities-bundle": "dev-master"
},
"license": "GPL-3.0",
"keywords": [
"e-venement",
"libio",
"sonata",
"symfony"
],
"homepage": "https://github.com/libre-informatique/SymfonyLibrinfoUserBundle",
"authors": [
{
"name": "Baptiste SIMON",
"email": "[email protected]"
},
{
"name": "Libre Informatique",
"homepage": "http://www.libre-informatique.fr/"
},
{
"name": "Vivien FRASCA",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Librinfo\\UserBundle\\": "src/",
"Librinfo\\UserBundle\\Tests\\": "tests/"
}
},
"suggest": []
}