forked from sara-nl/BeeHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 847 Bytes
/
Copy pathcomposer.json
File metadata and controls
35 lines (35 loc) · 847 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
{
"name": "SURFsara/BeeHub",
"description": "The webDAV server for BeeHub",
"require" : {
"php": ">=5.4.0",
"ext-fileinfo": "*",
"ext-mbstring": "*",
"ext-mongo": "*",
"ext-session": "*",
"lib-libxml": ">=2.9.1",
"pieterb/webdav-php": "1.1.*",
"zendframework/zend-mail": "2.*"
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "3.7.*",
"phpdocumentor/phpdocumentor": "2.*"
},
"authors": [
{
"name": "Pieter van Beek"
},
{
"name": "Niek Bosch",
"email": "niek.bosch@surfsara.nl"
},
{
"name": "Laura Leistikow",
"email": "laura.leistikow@surfsara.nl"
}
],
"autoload": {
"psr-4": { "": "src/" }
}
}