diff options
| author | 2025-04-18 14:59:46 +0200 | |
|---|---|---|
| committer | 2025-04-18 14:59:46 +0200 | |
| commit | d1f9b6c23240c1528065c5590b25620bf6206e4c (patch) | |
| tree | 950fe4766de1916fdbf1c33a59c9964cc0d0cd0f /lib/composer.json | |
| parent | 30b3180ed459ae1b5257137b393ad9f2c098ee5e (diff) | |
SimplePie: Fix support for feeds with XML preample + DTD (#7515)
Regression from https://github.com/FreshRSS/FreshRSS/pull/4374
fix: https://github.com/FreshRSS/FreshRSS/issues/7514
https://github.com/FreshRSS/simplepie/pull/35
Upstream PR: https://github.com/simplepie/simplepie/pull/914
Diffstat (limited to 'lib/composer.json')
| -rw-r--r-- | lib/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/composer.json b/lib/composer.json index 970f0a994..2251f4986 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -14,7 +14,7 @@ "marienfressinaud/lib_opml": "0.5.1", "phpgt/cssxpath": "v1.3.0", "phpmailer/phpmailer": "6.9.3", - "simplepie/simplepie": "dev-freshrss#d31582a14f027a3bb72079bbb52be788ed1c6f56" + "simplepie/simplepie": "dev-freshrss#2e668d7b1bc2787310b99d2fd59bfda96e31b6ae" }, "config": { "sort-packages": true, |
