-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.18 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.18 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
{
"name" : "ScoutEvent/ManagementBundle",
"description" : "Create and manage groups and events in the DataBundle and perform Health Forms.",
"type" : "symfony-bundle",
"authors" : [{
"name" : "Chris Staite",
"email" : "chris@yourdreamnet.co.uk"
}],
"keywords" : [
"Scout Event Management"
],
"license" : [
"GPL"
],
"require" : {
"ScoutEvent/BaseBundle": ">=0.1-dev",
"ScoutEvent/PasswordResetBundle": ">=0.1-dev",
"ScoutEvent/DataBundle": ">=0.1-dev",
"craue/formflow-bundle": "~2.0",
"symfony/translation": "~2.6"
},
"autoload" : {
"psr-0" : {
"ScoutEvent\\ManagementBundle" : ""
}
},
"target-dir" : "ScoutEvent/ManagementBundle",
"repositories" : [{
"type" : "vcs",
"url" : "https://github.com/ScoutEvent/BaseBundle.git"
}, {
"type" : "vcs",
"url" : "https://github.com/ScoutEvent/PasswordResetBundle.git"
}, {
"type" : "vcs",
"url" : "https://github.com/ScoutEvent/DataBundle.git"
}],
"extra" : {
"branch-alias" : {
"dev-master" : "0.1-dev"
}
}
}