From 1abb261ceaaa30ca2ad8ed14b0162ed81bb4724a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 25 Oct 2025 11:22:09 +0200 Subject: CssXPath: Implement ~ subsequent-sibling (#8154) * CssXPath: Implement ~ Subsequent-sibling fix https://github.com/FreshRSS/FreshRSS/issues/8143 Upstream PR https://github.com/phpgt/CssXPath/pull/231 * Use CssXPath release v1.4.0 https://github.com/phpgt/CssXPath/releases/tag/v1.4.0 --- lib/composer.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/composer.json') diff --git a/lib/composer.json b/lib/composer.json index ee422ccf3..a893c1cdc 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -12,7 +12,7 @@ ], "require": { "marienfressinaud/lib_opml": "0.5.1", - "phpgt/cssxpath": "v1.3.0", + "phpgt/cssxpath": "v1.4.0", "phpmailer/phpmailer": "6.11.1", "simplepie/simplepie": "dev-freshrss#24cfb0c6d81f81ef110c8257d3464b2649476c77" }, @@ -21,6 +21,9 @@ "vendor-dir": "./" }, "scripts": { - "post-update-cmd": "git clean -d -f -X ." + "post-update-cmd": [ + "git clean -d -ff -X .", + "find . -name '.git' -type d -exec rm -rf {} + || true" + ] } } -- cgit v1.2.3