forked from liuggio/RackspaceCloudFilesStreamWrapper
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.13 KB
/
composer.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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": "tvision/rackspace-cloud-files-streamwrapper",
"description": "Rackspace Cloud Files Streamwrapper for PHP",
"keywords": ["rackspace", "streamwrapper", "cloud", "rackspace cloud files"],
"homepage": "https://github.com/tvision/RackspaceCloudFilesStreamWrapper",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Liuggio",
"email": "liuggio@gmail.com",
"homepage": "https://github.com/liuggio"
},
{
"name": "toretto460",
"email": "toretto460@gmail.com",
"homepage": "http://toretto.me/"
},
{
"name": "tvision contributions",
"homepage": "https://github.com/tvision"
}
],
"require": {
"php": ">=5.3.0",
"rackspace/php-opencloud": "~1.7.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": {
"Tvision\\RackspaceCloudFilesStreamWrapper": "src/"
}
},
"target-dir": "",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}