Skip to content

Commit ff384e5

Browse files
committed
Added composer.json and .gitignore
1 parent 31646fe commit ff384e5

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+
"psr-0": { "S3": "" }
17+
}
18+
}

0 commit comments

Comments
 (0)