From 6fc1682a44c131cb89010df82ac67407cebaa7ff Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Fri, 12 May 2017 20:29:20 +0200 Subject: [PATCH] Added HTTPlug manifest --- .../1.5/etc/packages/httplug.yaml | 20 +++++++++++++++++++ php-http/httplug-bundle/1.5/manifest.json | 11 ++++++++++ 2 files changed, 31 insertions(+) create mode 100644 php-http/httplug-bundle/1.5/etc/packages/httplug.yaml create mode 100644 php-http/httplug-bundle/1.5/manifest.json 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" + } +}