forked from netmeansnet/NmnMultiUserBundle
-
Notifications
You must be signed in to change notification settings - Fork 96
/
composer.json
37 lines (37 loc) · 977 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
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",
"symfony/framework-bundle": "^2.7|^3.0",
"friendsofsymfony/user-bundle": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "5.*"
},
"suggest": {
},
"autoload": {
"psr-4": { "PUGX\\MultiUserBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}