forked from PUGX/PUGXMultiUserBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 970 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
33
34
{
"name": "rvntone/multi-user-bundle",
"type": "symfony-bundle",
"description": "Symfony PUGXMultiUserBundle, Fork of PUGX/PUGXMultiUserBundle",
"keywords": ["user management multi user management"],
"homepage": "https://github.com/rvntone/PUGXMultiUserBundle",
"license": "MIT",
"authors": [
{
"name": "Yonel Meza Avila",
"email": "[email protected]"
},
{
"name": "Community",
"homepage": "https://github.com/PUGX/PUGXMultiUserBundle/contributors"
}
],
"require": {
"doctrine/doctrine-bundle": "~1.2",
"doctrine/common": "~2.2",
"friendsofsymfony/user-bundle": "2.0.x-dev@dev"
},
"suggest": {
},
"autoload": {
"psr-0": { "Rvntone\\MultiUserBundle": "" }
},
"target-dir": "Rvntone/MultiUserBundle",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}