-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.23 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
41
42
43
44
45
46
47
48
{
"name": "bluebear/adminbundle",
"type": "symfony-bundle",
"description": "Generic admin bundle for Symfony2",
"keywords": [
"Admin",
"Backoffice",
"Symfony2",
"Generic"
],
"homepage": "https://github.com/CleverGaming/AdminBundle",
"license": "MIT",
"authors": [
{
"name": "JohnKrovitch",
"email": "arnaudfrezet@gmail.com"
},
{
"name": "JohanDufour",
"email": "johan.dufour@gmail.com"
},
{
"name": "VincentChalnot",
"email": "vincent.chalnot@gmail.com"
}
],
"require": {
"php": ">=5.4",
"symfony/symfony": ">=2.6",
"sensio/framework-extra-bundle": "~3.0",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/data-fixtures": "*",
"doctrine/doctrine-fixtures-bundle": "*",
"bluebear/basebundle": "0.2",
"white-october/pagerfanta-bundle": "~1.0",
"ee/dataexporter-bundle": "*"
},
"autoload": {
"psr-0": {
"BlueBear\\AdminBundle": ""
}
},
"config": {
"bin-dir": "bin",
"component-dir": "web/assets"
},
"target-dir": "BlueBear/AdminBundle"
}