aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/composer.json
diff options
context:
space:
mode:
authorJohan Björk <johanimon@gmail.com>2014-08-28 00:10:31 +0200
committerJohan Björk <johanimon@gmail.com>2014-09-03 12:09:06 +0200
commitdadb1fad2ab4c09a919fa65bb0fd4f89680d97b9 (patch)
tree2f285107f19dac99c825b774635795c76f8aa579 /apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/composer.json
parentcb0da1178b0872988582ee5fbf6b5b1cb5ea2527 (diff)
downloadnextcloud-server-dadb1fad2ab4c09a919fa65bb0fd4f89680d97b9.tar.gz
nextcloud-server-dadb1fad2ab4c09a919fa65bb0fd4f89680d97b9.zip
Update AWS sdk to 2.6.15
Diffstat (limited to 'apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/composer.json')
-rw-r--r--apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/composer.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/composer.json b/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/composer.json
new file mode 100644
index 00000000000..130e6da0ad9
--- /dev/null
+++ b/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Plugin/Log/composer.json
@@ -0,0 +1,28 @@
+{
+ "name": "guzzle/plugin-log",
+ "description": "Guzzle log plugin for over the wire logging",
+ "homepage": "http://guzzlephp.org/",
+ "keywords": ["plugin", "log", "guzzle"],
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Michael Dowling",
+ "email": "mtdowling@gmail.com",
+ "homepage": "https://github.com/mtdowling"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.2",
+ "guzzle/http": "self.version",
+ "guzzle/log": "self.version"
+ },
+ "autoload": {
+ "psr-0": { "Guzzle\\Plugin\\Log": "" }
+ },
+ "target-dir": "Guzzle/Plugin/Log",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.7-dev"
+ }
+ }
+}