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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-23 12:36:08 +00:00 committed by Benjamin Brahmer
parent b60ba4a05c
commit 2f9d18516d
2 changed files with 10 additions and 10 deletions

View File

@ -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": "*",

18
composer.lock generated
View File

@ -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",