mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
moved recipes from recipes to recipes-contrib
This commit is contained in:
14
php-http/httplug-bundle/1.6/config/packages/httplug.yaml
Normal file
14
php-http/httplug-bundle/1.6/config/packages/httplug.yaml
Normal 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'
|
||||
8
php-http/httplug-bundle/1.6/manifest.json
Normal file
8
php-http/httplug-bundle/1.6/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Http\\HttplugBundle\\HttplugBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user