diff --git a/php-http/httplug-bundle/1.6/config/packages/httplug.yaml b/php-http/httplug-bundle/1.6/config/packages/httplug.yaml new file mode 100644 index 00000000..2aadcd13 --- /dev/null +++ b/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' diff --git a/php-http/httplug-bundle/1.6/manifest.json b/php-http/httplug-bundle/1.6/manifest.json new file mode 100644 index 00000000..2191bf6b --- /dev/null +++ b/php-http/httplug-bundle/1.6/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Http\\HttplugBundle\\HttplugBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/php-http/httplug-pack/1.0/manifest.json b/php-http/httplug-pack/1.0/manifest.json new file mode 100644 index 00000000..d555d7c6 --- /dev/null +++ b/php-http/httplug-pack/1.0/manifest.json @@ -0,0 +1,3 @@ +{ + "aliases": ["http", "http-client", "httplug"] +}