From 746138e75e7ffe57d0edf14d146dc409eef871dd Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 1 Apr 2019 21:13:04 +0200 Subject: [PATCH] moved recipes from recipes to recipes-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..2aadcd13 --- /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.content_length' + - '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%/" + } +}