summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/composer.json')
-rw-r--r--apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/composer.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/composer.json b/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/composer.json
deleted file mode 100644
index 9c19d2bd17a..00000000000
--- a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Stream/composer.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "guzzle/stream",
- "description": "Guzzle stream wrapper component",
- "homepage": "http://guzzlephp.org/",
- "keywords": ["stream", "component", "guzzle"],
- "license": "MIT",
- "authors": [
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- }
- ],
- "require": {
- "php": ">=5.3.2",
- "guzzle/common": "self.version"
- },
- "suggest": {
- "guzzle/http": "To convert Guzzle request objects to PHP streams"
- },
- "autoload": {
- "psr-0": { "Guzzle\\Stream": "" }
- },
- "target-dir": "Guzzle/Stream",
- "extra": {
- "branch-alias": {
- "dev-master": "3.7-dev"
- }
- }
-}