Skip to content

Commit ce939b8

Browse files
committed
Merge pull request #48 from zyberspace/master
Added composer.json
2 parents 31646fe + e898c01 commit ce939b8

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor/

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "tpyo/amazon-s3",
3+
"description": "A standalone Amazon S3 (REST) client for PHP 5.2.x using CURL that does not require PEAR.",
4+
"type": "library",
5+
"homepage": "https://github.com/tpyo/amazon-s3-php-class",
6+
"license": "BSD-2-Clause",
7+
"authors": [
8+
{
9+
"name": "Donovan Schönknecht"
10+
}
11+
],
12+
"require": {
13+
"php": ">=5.2.0"
14+
},
15+
"autoload": {
16+
"classmap": ["S3.php"]
17+
}
18+
}

0 commit comments

Comments
 (0)