From 8df3db566a3a937b45ebf11adb90d265e6f5e2d4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Nov 2019 20:45:02 +0100 Subject: initial checking of customized version 1.0rc9 --- vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json (limited to 'vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json') diff --git a/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json b/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json new file mode 100644 index 0000000..378b281 --- /dev/null +++ b/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json @@ -0,0 +1,19 @@ +{ + "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" + } + } +} -- cgit v1.2.3-54-g00ecf