aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-01-11 14:39:34 +0100
committerGravatar GitHub <noreply@github.com> 2025-01-11 14:39:34 +0100
commit4d7584312af83f1dbb2a56515a871fa51d0ea604 (patch)
tree131a10e2be1467dc6bde3f16ee592848fa52a84e
parent8bae53b3c30c7d18d540999ad54edfc5ca6d8561 (diff)
CssXPath 1.3.0 (#7211)
No change https://github.com/PhpGt/CssXPath/pull/227#issuecomment-2580589055
-rw-r--r--lib/composer.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/composer.json b/lib/composer.json
index f80338393..daa49bf26 100644
--- a/lib/composer.json
+++ b/lib/composer.json
@@ -8,15 +8,11 @@
{
"type": "git",
"url": "https://github.com/FreshRSS/simplepie.git"
- },
- {
- "type": "git",
- "url": "https://github.com/PhpGt/CssXPath.git"
}
],
"require": {
"marienfressinaud/lib_opml": "0.5.1",
- "phpgt/cssxpath": "dev-master#45f3ac151fc21d459e2515c3aff97cd4bf877bf8",
+ "phpgt/cssxpath": "v1.3.0",
"phpmailer/phpmailer": "6.9.3",
"simplepie/simplepie": "dev-freshrss#dd86e5e9efb8d082ebd214b81cc5aa746f02fc26"
},