From ec15bdd02fe179a7e886295e9fe29c95e0d11caa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:36:08 +0000 Subject: [PATCH] Build(deps): Bump arthurhoaro/favicon from 1.3.3 to 2.0.0 Bumps [arthurhoaro/favicon](https://github.com/ArthurHoaro/favicon) from 1.3.3 to 2.0.0. - [Release notes](https://github.com/ArthurHoaro/favicon/releases) - [Commits](https://github.com/ArthurHoaro/favicon/compare/v1.3.3...v2.0.0) --- updated-dependencies: - dependency-name: arthurhoaro/favicon dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 4ba6ae396..31ff6789b 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": "^v5.3.1", - "arthurhoaro/favicon": "^1.3.3", + "arthurhoaro/favicon": "^2.0.0", "fivefilters/readability.php": "^3.1", "ext-json": "*", "ext-simplexml": "*", diff --git a/composer.lock b/composer.lock index d80c38e45..4fb7a9292 100644 --- a/composer.lock +++ b/composer.lock @@ -4,29 +4,29 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "73a2eafbcd20ee57339cdb0ff023183d", + "content-hash": "c452cc9669d6841ce4b9160c6fb23aaa", "packages": [ { "name": "arthurhoaro/favicon", - "version": "v1.3.3", + "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/ArthurHoaro/favicon.git", - "reference": "b1acd8b87d6b37e5251fe0559ed488a95078f5b9" + "reference": "44f1e0d0d22e71472f2ecd2b8bec33ebae582c4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ArthurHoaro/favicon/zipball/b1acd8b87d6b37e5251fe0559ed488a95078f5b9", - "reference": "b1acd8b87d6b37e5251fe0559ed488a95078f5b9", + "url": "https://api.github.com/repos/ArthurHoaro/favicon/zipball/44f1e0d0d22e71472f2ecd2b8bec33ebae582c4c", + "reference": "44f1e0d0d22e71472f2ecd2b8bec33ebae582c4c", "shasum": "" }, "require": { "ext-dom": "*", "ext-fileinfo": "*", - "php": ">=5.6" + "php": "^8.0" }, "require-dev": { - "phpunit/phpunit": "~4.8", + "phpunit/phpunit": "^10.0", "squizlabs/php_codesniffer": "^3.5", "weew/helpers-filesystem": "~1.0" }, @@ -59,10 +59,10 @@ ], "support": { "issues": "https://github.com/ArthurHoaro/favicon/issues", - "source": "https://github.com/ArthurHoaro/favicon/tree/v1.3.3", + "source": "https://github.com/ArthurHoaro/favicon/tree/v2.0.0", "sources": "https://github.com/ArthurHoaro/favicon" }, - "time": "2021-08-06T05:41:25+00:00" + "time": "2023-10-22T00:43:56+00:00" }, { "name": "debril/feed-io",