This repository was archived by the owner on Feb 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
57 lines (57 loc) · 1.3 KB
/
composer.json
File metadata and controls
57 lines (57 loc) · 1.3 KB
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
49
50
51
52
53
54
55
56
57
{
"name": "sumocoders/framework-multi-user-bundle",
"type": "symfony-bundle",
"description": "The new multi user bundle for our mini-framework",
"keywords": ["Framework", "SumoCoders"],
"license": "MIT",
"authors": [
{
"name": "Tijs Verkoyen",
"email": "tijs@sumocoders.be"
},
{
"name": "Wouter Sioen",
"email": "wouter@sumocoders.be"
},
{
"name": "Jelmer Prins",
"email": "jelmer@sumocoders.be"
},
{
"name": "Stijn Vrolijk",
"email": "stijn@sumocoders.be"
},
{
"name": "Jonas De Keukelaere",
"email": "jonas@sumocoders.be"
},
{
"name": "Dylan Moerman",
"email": "dylan@sumocoders.be"
},
{
"name": "Bruno Vitorino",
"email": "bruno@sumocoders.be"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"symfony/framework-bundle": "^3.3",
"symfony/security-guard": "^3.3",
"symfony/security" : "^3.3",
"swiftmailer/swiftmailer": "^5.4",
"doctrine/orm": "^2.5"
},
"require-dev": {
"phpunit/phpunit": "^5.2 || ^4.8",
"symfony/translation": "^3.3"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": { "SumoCoders\\FrameworkMultiUserBundle": "" }
},
"target-dir": "SumoCoders/FrameworkMultiUserBundle"
}