forked from samsonos/php_fs_aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 890 Bytes
/
Copy pathcomposer.json
File metadata and controls
36 lines (36 loc) · 890 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
36
{
"name":"samsonos/php_fs_aws",
"description": "SamsonPHP aws file system service",
"keywords": [ "file system", "samsonphp"],
"authors":[
{
"name":"Vitaly Iegorov",
"email":"egorov@samsonos.com"
},
{
"name":"Onysko Pavlo",
"email":"onysko@samsonos.com"
},
{
"name":"Nikita Kotenko",
"email":"kotenko@samsonos.com"
}
],
"minimum-stability":"dev",
"require":{
"samsonos/php_fs":"1.*",
"aws/aws-sdk-php": "2.*"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master",
"phpunit/phpunit": "4.*"
},
"license":"Open Software License (OSL) v 3.0",
"homepage":"http://samsonos.com/",
"autoload" : {
"classmap": ["src/"],
"psr-0": {
"samson\\fs\\": "src/"
}
}
}