diff --git a/php-http/httplug-bundle/1.5/etc/packages/httplug.yaml b/php-http/httplug-bundle/1.5/etc/packages/httplug.yaml deleted file mode 100644 index 2d7e1223..00000000 --- a/php-http/httplug-bundle/1.5/etc/packages/httplug.yaml +++ /dev/null @@ -1,20 +0,0 @@ -#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' diff --git a/php-http/httplug-bundle/1.6/etc/packages/httplug.yaml b/php-http/httplug-bundle/1.6/etc/packages/httplug.yaml new file mode 100644 index 00000000..ded13eca --- /dev/null +++ b/php-http/httplug-bundle/1.6/etc/packages/httplug.yaml @@ -0,0 +1,16 @@ +httplug: + plugins: + logger: + enabled: true + redirect: + preserve_header: true + + discovery: + client: 'auto' + + clients: + acme: + http_methods_client: true + plugins: + - 'httplug.plugin.logger' + - 'httplug.plugin.redirect' diff --git a/php-http/httplug-bundle/1.5/manifest.json b/php-http/httplug-bundle/1.6/manifest.json similarity index 57% rename from php-http/httplug-bundle/1.5/manifest.json rename to php-http/httplug-bundle/1.6/manifest.json index cb82d27f..4fddef62 100644 --- a/php-http/httplug-bundle/1.5/manifest.json +++ b/php-http/httplug-bundle/1.6/manifest.json @@ -4,8 +4,5 @@ }, "copy-from-recipe": { "etc/": "%ETC_DIR%/" - }, - "composer-scripts": { - "assets:install --symlink --relative %WEB_DIR%": "symfony-cmd" } }