summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/composer.json')
-rw-r--r--apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/composer.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/composer.json b/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/composer.json
deleted file mode 100644
index cb7ace623dc..00000000000
--- a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/composer.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "guzzle/service",
- "description": "Guzzle service component for abstracting RESTful web services",
- "homepage": "http://guzzlephp.org/",
- "keywords": ["web service", "webservice", "REST", "guzzle"],
- "license": "MIT",
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "require": {
- "php": ">=5.3.2",
- "guzzle/cache": "self.version",
- "guzzle/http": "self.version",
- "guzzle/inflection": "self.version"
- },
- "autoload": {
- "psr-0": { "Guzzle\\Service": "" }
- },
- "target-dir": "Guzzle/Service",
- "extra": {
- "branch-alias": {
- "dev-master": "3.7-dev"
- }
- }
-}