forked from akamai/NetStorageKit-PHP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 869 Bytes
/
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
{
"name": "akamai-open/netstorage",
"description": "Akamai NetStorage",
"require": {
"akamai-open/edgegrid-client": "^0.3.0",
"league/flysystem": "^1.0",
"twistor/flysystem-stream-wrapper": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0",
"theseer/phpdox": "0.8.1.1",
"phploc/phploc": "^2.1",
"squizlabs/php_codesniffer": "^2.3",
"friendsofphp/php-cs-fixer": "^1.10",
"dshafik/guzzlehttp-vcr": "dev-master"
},
"license": "Apache 2.0",
"authors": [
{
"name": "Davey Shafik",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Akamai\\NetStorage\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Akamai\\NetStorage\\Tests\\": "tests"
}
}
}