forked from LimeSurvey/LimeSurvey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (39 loc) · 1.09 KB
/
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
38
39
40
{
"name" : "limesurvey/limesurvey",
"description" : "The most popular FOSS online survey tool on the web",
"homepage" : "https://www.limesurvey.org/",
"license" : "GPL 2.0",
"authors" : [{
"name" : "LimeSurvey Team",
"email" : "[email protected]",
"homepage" : "https://www.limesurvey.org",
"role" : "Developer"
}
],
"support" : {
"wiki" : "https://manual.limesurvey.org/LimeSurvey_Manual",
"source" : "https://github.com/LimeSurvey/LimeSurvey",
"issues" : "https://www.limesurvey.org/de/community-hilfe/bug-tracker",
"forum" : "https://www.limesurvey.org/de/community-hilfe/forum"
},
"autoload": {
"psr-4": {
"LimeSurvey\\PluginManager\\": [
"application/libraries/PluginManager/",
"application/libraries/PluginManager/Storage"
],
"LimeSurvey\\Menu\\": "application/libraries/MenuObjects/",
"LimeSurvey\\Helpers\\": "application/helpers"
}
},
"require": {
"facebook/webdriver": "^1.4"
},
"config": {
"vendor-dir": "third_party",
"bin-dir": "third_party/bin"
},
"require-dev": {
"squizlabs/php_codesniffer": "2.*"
}
}