diff --git a/php-http/httplug-bundle/1.5/etc/packages/httplug.yaml b/php-http/httplug-bundle/1.5/etc/packages/httplug.yaml new file mode 100644 index 00000000..e3ae3fb1 --- /dev/null +++ b/php-http/httplug-bundle/1.5/etc/packages/httplug.yaml @@ -0,0 +1,20 @@ +#httplug: +# plugins: +# logger: +# enabled: true +# redirect: +# preserve_header: true +# +# discovery: +# client: 'auto' +# async_client: false +# +# clients: +# default: +# factory: 'httplug.factory.curl' +# acme: +# factory: 'httplug.factory.curl' +# http_methods_client: true +# plugins: +# - 'httplug.plugin.logger' +# - 'httplug.plugin.redirect' \ No newline at end of file diff --git a/php-http/httplug-bundle/1.5/manifest.json b/php-http/httplug-bundle/1.5/manifest.json new file mode 100644 index 00000000..cb82d27f --- /dev/null +++ b/php-http/httplug-bundle/1.5/manifest.json @@ -0,0 +1,11 @@ +{ + "bundles": { + "Http\\HttplugBundle\\HttplugBundle": ["all"] + }, + "copy-from-recipe": { + "etc/": "%ETC_DIR%/" + }, + "composer-scripts": { + "assets:install --symlink --relative %WEB_DIR%": "symfony-cmd" + } +}