Skip to content

Commit

Permalink
Merge pull request #648
Browse files Browse the repository at this point in the history
  • Loading branch information
symfony-flex-server[bot] committed Apr 1, 2019
2 parents 2357c10 + 746138e commit 680d26a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions php-http/httplug-bundle/1.6/config/packages/httplug.yaml
@@ -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'
8 changes: 8 additions & 0 deletions php-http/httplug-bundle/1.6/manifest.json
@@ -0,0 +1,8 @@
{
"bundles": {
"Http\\HttplugBundle\\HttplugBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 680d26a

Please sign in to comment.