summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/composer.json')
-rw-r--r--apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/composer.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/composer.json b/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/composer.json
deleted file mode 100644
index 378b281971a..00000000000
--- a/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Parser/composer.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "guzzle/parser",
- "homepage": "http://guzzlephp.org/",
- "description": "Interchangeable parsers used by Guzzle",
- "keywords": ["HTTP", "message", "cookie", "URL", "URI Template"],
- "license": "MIT",
- "require": {
- "php": ">=5.3.2"
- },
- "autoload": {
- "psr-0": { "Guzzle\\Parser": "" }
- },
- "target-dir": "Guzzle/Parser",
- "extra": {
- "branch-alias": {
- "dev-master": "3.7-dev"
- }
- }
-}