From 51f254553b4c84536660738b66d687b903b08346 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Thu, 16 Nov 2017 11:02:51 +0200 Subject: [PATCH] Added HttplugBundle recipe from contrib. --- .../1.6/config/packages/httplug.yaml | 14 ++++++++++++++ php-http/httplug-bundle/1.6/manifest.json | 8 ++++++++ 2 files changed, 22 insertions(+) create mode 100644 php-http/httplug-bundle/1.6/config/packages/httplug.yaml create mode 100644 php-http/httplug-bundle/1.6/manifest.json diff --git a/php-http/httplug-bundle/1.6/config/packages/httplug.yaml b/php-http/httplug-bundle/1.6/config/packages/httplug.yaml new file mode 100644 index 00000000..ac36c0d6 --- /dev/null +++ b/php-http/httplug-bundle/1.6/config/packages/httplug.yaml @@ -0,0 +1,14 @@ +httplug: + plugins: + redirect: + preserve_header: true + + discovery: + client: 'auto' + + clients: + app: + http_methods_client: true + plugins: + - 'httplug.plugin.logger' + - 'httplug.plugin.redirect' diff --git a/php-http/httplug-bundle/1.6/manifest.json b/php-http/httplug-bundle/1.6/manifest.json new file mode 100644 index 00000000..2191bf6b --- /dev/null +++ b/php-http/httplug-bundle/1.6/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Http\\HttplugBundle\\HttplugBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}