diff --git a/composer.json b/composer.json index 4ba6ae3964..31ff6789b5 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 d80c38e458..4fb7a92920 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",