From 1a337ecdfbfa0b634951047e72fdb7ff7225b330 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 1 Apr 2026 12:11:56 +0200 Subject: [PATCH] Fix composer reference to our SimplePie fork (#8659) Forgotten from https://github.com/FreshRSS/FreshRSS/pull/8633 https://github.com/FreshRSS/simplepie/pull/73 --- lib/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/composer.json b/lib/composer.json index 8e16dd0d5..a4048d34a 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -14,7 +14,7 @@ "marienfressinaud/lib_opml": "0.5.1", "phpgt/cssxpath": "v1.5.0", "phpmailer/phpmailer": "7.0.2", - "simplepie/simplepie": "dev-merge-get_icon_url#23119820c414c6117e98c870a13727d2d41f3992" + "simplepie/simplepie": "dev-freshrss#731f1a60b8d011238bb5a2cb3b7cdea619e02b94" }, "config": { "sort-packages": true,