-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
33 lines (32 loc) · 957 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
31
32
{
"name": "universibo/core-bundle",
"type": "symfony-bundle",
"description": "UniversiBO CoreBundle",
"keywords": ["university"],
"homepage": "http://github.com/UniversiBO",
"license": "GPL",
"authors": [
{
"name": "Davide Bellettini",
"email": "[email protected]"
},
{
"name": "UniversiboCoreBundle Contributors",
"homepage": "https://github.com/UniversiBO/UniversiboCoreBundle/graphs/contributors"
}
],
"require": {
"symfony/framework-bundle": "~2.1",
"friendsofsymfony/user-bundle": "~1.3",
"friendsofsymfony/advanced-encoder-bundle": "~1.0",
"doctrine/orm": "*"
},
"require-dev": {
"symfony/yaml": "~2.1"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": { "Universibo\\Bundle\\CoreBundle": "" }
},
"target-dir": "Universibo/Bundle/CoreBundle"
}