1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-05-06 16:34:06 +02:00

Build(deps): Bump fivefilters/readability.php from 3.1.4 to 3.1.5 ()

Bumps [fivefilters/readability.php](https://github.com/fivefilters/readability.php) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/fivefilters/readability.php/releases)
- [Changelog](https://github.com/fivefilters/readability.php/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fivefilters/readability.php/compare/v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: fivefilters/readability.php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-10 11:52:56 +02:00 committed by GitHub
parent f4ebebeb5d
commit bc2f40224f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

30
composer.lock generated
View File

@ -194,16 +194,16 @@
}, },
{ {
"name": "fivefilters/readability.php", "name": "fivefilters/readability.php",
"version": "v3.1.4", "version": "v3.1.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fivefilters/readability.php.git", "url": "https://github.com/fivefilters/readability.php.git",
"reference": "569f3945df5fb2100cce9b826cca53ad3deba6cb" "reference": "d7e549401fa768396a7fa372ff6e3ede5706aa62"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fivefilters/readability.php/zipball/569f3945df5fb2100cce9b826cca53ad3deba6cb", "url": "https://api.github.com/repos/fivefilters/readability.php/zipball/d7e549401fa768396a7fa372ff6e3ede5706aa62",
"reference": "569f3945df5fb2100cce9b826cca53ad3deba6cb", "reference": "d7e549401fa768396a7fa372ff6e3ede5706aa62",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -213,7 +213,7 @@
"league/uri": "~6.7.2", "league/uri": "~6.7.2",
"masterminds/html5": "^2.0", "masterminds/html5": "^2.0",
"php": ">=7.4.0", "php": ">=7.4.0",
"psr/log": "^1.0" "psr/log": "^1.0 || ^2.0 || ^3.0"
}, },
"require-dev": { "require-dev": {
"monolog/monolog": "^2.3", "monolog/monolog": "^2.3",
@ -253,9 +253,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/fivefilters/readability.php/issues", "issues": "https://github.com/fivefilters/readability.php/issues",
"source": "https://github.com/fivefilters/readability.php/tree/v3.1.4" "source": "https://github.com/fivefilters/readability.php/tree/v3.1.5"
}, },
"time": "2023-03-08T14:01:53+00:00" "time": "2023-04-06T19:45:48+00:00"
}, },
{ {
"name": "league/uri", "name": "league/uri",
@ -566,25 +566,25 @@
}, },
{ {
"name": "psr/http-message", "name": "psr/http-message",
"version": "1.0.1", "version": "1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/http-message.git", "url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": "^7.2 || ^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "1.1.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -613,9 +613,9 @@
"response" "response"
], ],
"support": { "support": {
"source": "https://github.com/php-fig/http-message/tree/master" "source": "https://github.com/php-fig/http-message/tree/1.1"
}, },
"time": "2016-08-06T14:39:51+00:00" "time": "2023-04-04T09:50:52+00:00"
}, },
{ {
"name": "riimu/kit-pathjoin", "name": "riimu/kit-pathjoin",