From 6f5426c58fad7dd4377c8ab0dc4a9e922dcf435a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 1 Apr 2019 21:14:06 +0200 Subject: [PATCH] removed httpplug from recipes (moved to recipes-contrib) --- .../1.6/config/packages/httplug.yaml | 14 -------------- php-http/httplug-bundle/1.6/manifest.json | 8 -------- php-http/httplug-pack/1.0/manifest.json | 3 --- 3 files changed, 25 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 delete mode 100644 php-http/httplug-pack/1.0/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 2aadcd13..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.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 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%/" - } -} diff --git a/php-http/httplug-pack/1.0/manifest.json b/php-http/httplug-pack/1.0/manifest.json deleted file mode 100644 index 0511b08b..00000000 --- a/php-http/httplug-pack/1.0/manifest.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "aliases": ["httplug"] -}