forked from raucao/php-remote-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 785 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 785 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
{
"autoload": {
"psr-0": {
"fkooman\\RemoteStorage\\": "src/"
}
},
"description": "remoteStorage Server",
"license": "AGPL-3.0",
"name": "fkooman/remote-storage",
"require": {
"ext-json": "*",
"ext-pdo": "*",
"ext-spl": "*",
"fkooman/config": "^1.0.0",
"fkooman/http": "^1.3.1",
"fkooman/io": "^1.0.0",
"fkooman/json": "^1.0.0",
"fkooman/oauth": "^5.0.0",
"fkooman/rest-plugin-authentication": "^2.0.0",
"fkooman/rest-plugin-authentication-bearer": "^2.0.0",
"fkooman/rest-plugin-authentication-form": "^3.0.0",
"fkooman/tpl-twig": "^1.0.0",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
}
}