forked from PUGX/PUGXMultiUserBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 970 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 970 Bytes
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
{
"name": "pugx/multi-user-bundle",
"type": "symfony-bundle",
"description": "Symfony PUGXMultiUserBundle",
"keywords": ["user management multi user management"],
"homepage": "https://github.com/PUGX",
"license": "MIT",
"authors": [
{
"name": "Leonardo Proietti",
"email": "leonardo.proietti@gmail.com"
},
{
"name": "Community",
"homepage": "https://github.com/PUGX/PUGXMultiUserBundle/contributors"
}
],
"require": {
"doctrine/doctrine-bundle": "~1.2",
"doctrine/common": "~2.2",
"friendsofsymfony/user-bundle": "2.0.*@dev"
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"suggest": {
},
"autoload": {
"psr-0": { "PUGX\\MultiUserBundle": "" }
},
"target-dir": "PUGX/MultiUserBundle",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}