From a1d8b5623274e99653b98fa74074459fc0366fdc Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Wed, 22 Nov 2017 08:52:09 +0100 Subject: [PATCH] Removed HTTPlug --- .../1.6/config/packages/httplug.yaml | 14 -------------- php-http/httplug-bundle/1.6/manifest.json | 8 -------- 2 files changed, 22 deletions(-) delete mode 100644 php-http/httplug-bundle/1.6/config/packages/httplug.yaml delete 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 deleted file mode 100644 index ac36c0d6..00000000 --- a/php-http/httplug-bundle/1.6/config/packages/httplug.yaml +++ /dev/null @@ -1,14 +0,0 @@ -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 deleted file mode 100644 index 2191bf6b..00000000 --- a/php-http/httplug-bundle/1.6/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "bundles": { - "Http\\HttplugBundle\\HttplugBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } -}