-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.02 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
{
"name": "braincrafted/user-admin-bundle",
"description": "Administration interface for BcUserBundle",
"keywords": ["user", "admin", "gui"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Florian Eckerstorfer",
"email": "florian@theroadtojoy.at",
"homepage": "http://florianeckerstorfer.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/braincrafted/user-bundle"
}
],
"require": {
"php": ">=5.3.3",
"braincrafted/user-bundle": "dev-master",
"braincrafted/bootstrap-bundle": "dev-develop"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"braincrafted/testing-bundle": "dev-master"
},
"autoload": {
"psr-0": { "Bc\\Bundle\\UserAdminBundle": "" }
},
"target-dir": "Bc/Bundle/UserAdminBundle"
}