1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Pin j0k3r/php-readability to 1.2.10

We pin php-readability to 1.2.10 because of a regression in 1.2.12

Workaround for #8151

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Nicolas Lœuillet 2025-05-25 08:11:54 +02:00 committed by Kevin Decherf
parent 70999075a6
commit 29162bde9d
2 changed files with 12 additions and 8 deletions

View file

@ -37,6 +37,9 @@
"email": "hello@wallabag.org",
"issues": "https://github.com/wallabag/wallabag/issues"
},
"_comment": [
"j0k3r/php-readability is pinned to 1.2.10 due to a regression in 1.2.12"
],
"require": {
"php": ">=7.4",
"ext-ctype": "*",
@ -80,6 +83,7 @@
"html2text/html2text": "^4.3.1",
"incenteev/composer-parameter-handler": "^2.1.5",
"j0k3r/graby": "^2.4.5",
"j0k3r/php-readability": "1.2.10",
"javibravo/simpleue": "^2.1",
"jms/serializer": "^3.29.1",
"jms/serializer-bundle": "^5.3.1",

16
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "313f6b39034c27c58a102bfadb5ae30f",
"content-hash": "931e1540547040b66585959dcbbd4e30",
"packages": [
{
"name": "babdev/pagerfanta-bundle",
@ -4719,16 +4719,16 @@
},
{
"name": "j0k3r/php-readability",
"version": "1.2.12",
"version": "1.2.10",
"source": {
"type": "git",
"url": "https://github.com/j0k3r/php-readability.git",
"reference": "109a22662de0d703f01387e5714ad4f9a03b95c0"
"reference": "563835730692eb369a73fe4bb9a1b44a603c4ce7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/j0k3r/php-readability/zipball/109a22662de0d703f01387e5714ad4f9a03b95c0",
"reference": "109a22662de0d703f01387e5714ad4f9a03b95c0",
"url": "https://api.github.com/repos/j0k3r/php-readability/zipball/563835730692eb369a73fe4bb9a1b44a603c4ce7",
"reference": "563835730692eb369a73fe4bb9a1b44a603c4ce7",
"shasum": ""
},
"require": {
@ -4740,7 +4740,7 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"monolog/monolog": "^1.24|^2.1",
"symfony/phpunit-bridge": "^4.4|^5.3|^6.0|^7.0"
"symfony/phpunit-bridge": "^4.4|^5.3"
},
"suggest": {
"ext-tidy": "Used to clean up given HTML and to avoid problems with bad HTML structure."
@ -4790,7 +4790,7 @@
],
"support": {
"issues": "https://github.com/j0k3r/php-readability/issues",
"source": "https://github.com/j0k3r/php-readability/tree/1.2.12"
"source": "https://github.com/j0k3r/php-readability/tree/1.2.10"
},
"funding": [
{
@ -4798,7 +4798,7 @@
"type": "github"
}
],
"time": "2025-03-04T09:20:40+00:00"
"time": "2022-06-13T04:15:24+00:00"
},
{
"name": "javibravo/simpleue",