From a6a66fe0fd669b807d5827168885fd76395fca59 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 2 Feb 2021 21:42:30 +0100 Subject: Composer: Remove unneeded files in releases Signed-off-by: Sean Molenaar --- composer.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index eda13f622..a05dcb742 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "pear/net_url2": "2.2.2", "riimu/kit-pathjoin": "1.2.0", "debril/feed-io": "^v4.7.9", - "arthurhoaro/favicon": "^1.3", + "arthurhoaro/favicon": "dev-master#6ffd4cf0c5e162d084e0d136ae4326a5351d8603", "andreskrey/readability.php": "^2.1", "ext-json": "*", "ext-simplexml": "*", @@ -61,7 +61,19 @@ "christophwurst/nextcloud": "^v21.0.0-beta6", "guzzlehttp/guzzle": "^7.2", "doctrine/dbal": "^3.0", - "symfony/console": "^4.4.18" + "symfony/console": "^4.4.18", + "psr/log": "^1.1.0" + }, + "repositories": [ + { + "type": "git", + "url": "https://github.com/SMillerDev/favicon" + } + ], + "replace": { + "guzzlehttp/guzzle": "*", + "psr/log": "*", + "symfony/console": "*" }, "autoload": { "psr-4": { -- cgit v1.2.3