forked from akamai/NetStorageKit-PHP
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
42 lines (42 loc) · 1.01 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
41
42
{
"name": "akamai-open/netstorage",
"description": "Akamai NetStorage",
"require": {
"php": ">=5.5",
"akamai-open/edgegrid-client": "^1.0.0",
"league/flysystem": "^1.0",
"twistor/flysystem-stream-wrapper": "^1.0",
"ext-simplexml": "*",
"ext-dom": "*"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^4.0",
"theseer/phpdox": "0.8.1.1",
"phploc/phploc": "^2.1",
"squizlabs/php_codesniffer": "^2.3",
"dshafik/guzzlehttp-vcr": "dev-master"
},
"config": {
"platform": {
"php": "5.5.0"
}
},
"license": "Apache 2.0",
"authors": [
{
"name": "Davey Shafik",
"email": "dshafik@akamai.com"
}
],
"autoload": {
"psr-4": {
"Akamai\\NetStorage\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Akamai\\NetStorage\\Tests\\": "tests"
}
}
}