From 66f72b9ac5bbcb81651d53ca2b89060e97f2c6a6 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 23 May 2017 12:11:14 +0200 Subject: [PATCH] Uncommented the config --- .../1.5/etc/packages/httplug.yaml | 20 ------------------- .../1.6/etc/packages/httplug.yaml | 16 +++++++++++++++ .../httplug-bundle/{1.5 => 1.6}/manifest.json | 3 --- 3 files changed, 16 insertions(+), 23 deletions(-) delete mode 100644 php-http/httplug-bundle/1.5/etc/packages/httplug.yaml create mode 100644 php-http/httplug-bundle/1.6/etc/packages/httplug.yaml rename php-http/httplug-bundle/{1.5 => 1.6}/manifest.json (57%) 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" } }