Merge pull request #19 from Nyholm/httplug

This commit is contained in:
Symfony
2017-05-23 04:40:59 -07:00
committed by GitHub
2 changed files with 24 additions and 0 deletions
@@ -0,0 +1,16 @@
httplug:
plugins:
logger:
enabled: '%kernel.debug%' # Set to true if you want enable logging in production
redirect:
preserve_header: true
discovery:
client: 'auto'
clients:
app:
http_methods_client: true
plugins:
- 'httplug.plugin.logger'
- 'httplug.plugin.redirect'
@@ -0,0 +1,8 @@
{
"bundles": {
"Http\\HttplugBundle\\HttplugBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}