removed httpplug from recipes (moved to recipes-contrib)

This commit is contained in:
Fabien Potencier
2019-04-01 21:14:06 +02:00
parent 8e2bb5c97e
commit 6f5426c58f
3 changed files with 0 additions and 25 deletions
@@ -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'
@@ -1,8 +0,0 @@
{
"bundles": {
"Http\\HttplugBundle\\HttplugBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
-3
View File
@@ -1,3 +0,0 @@
{
"aliases": ["httplug"]
}