moved recipes from recipes to recipes-contrib

This commit is contained in:
Fabien Potencier
2019-04-01 21:13:04 +02:00
parent 2357c10bcf
commit 746138e75e
2 changed files with 22 additions and 0 deletions

View File

@@ -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'

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Http\\HttplugBundle\\HttplugBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}