From 2acf3a4dd87af5c09fcf513517cb852ff6e909ce Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 18 Aug 2022 11:14:40 +0200 Subject: CssXPath-StarSelector (#4506) * CssXPath-StarSelector Add support for selectors such as `a[href*="example"]` https://developer.mozilla.org/docs/Web/CSS/Attribute_selectors Translated to `.//a[contains(@href,"example")]` Upstream PR: https://github.com/PhpGt/CssXPath/pull/181 * Upstream merged --- lib/composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib/composer.json') diff --git a/lib/composer.json b/lib/composer.json index 6fdc90ef4..017adfea6 100644 --- a/lib/composer.json +++ b/lib/composer.json @@ -4,9 +4,15 @@ "type": "project", "homepage": "https://freshrss.org/", "license": "AGPL-3.0", + "repositories": [ + { + "type": "git", + "url": "https://github.com/PhpGt/CssXPath.git" + } + ], "require": { "php": ">=7.0.0", - "phpgt/cssxpath": "v1.1.4", + "phpgt/cssxpath": "dev-master#4fbe420aba3d9e729940107ded4236a835a1a132", "phpmailer/phpmailer": "6.6.0" }, "config": { -- cgit v1.2.3