summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-07-31 08:58:52 +0300
committerAndrew Dolgov <[email protected]>2022-07-31 08:58:52 +0300
commitdfe9e2151ed7a4ff9b52ccd81f9af4518c20aeb6 (patch)
treec52f45e8881e81d16ef1f14bc7bde277cb4db986
parent5ad152c70376002f043bb936d8ae5eed103fb993 (diff)
set internal dependency on html5-php
-rw-r--r--composer.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index aba02cf..b1454ef 100644
--- a/composer.json
+++ b/composer.json
@@ -5,6 +5,13 @@
"keywords": ["readability", "html"],
"homepage": "https://github.com/fivefilters/readability.php",
"license": "Apache-2.0",
+ "repositories": [
+ {
+ "name": "masterminds/html5",
+ "type": "vcs",
+ "url": "https://dev.tt-rss.org/fox/html5-php.git"
+ }
+ ],
"authors": [
{
"name": "Andres Rey",
@@ -32,7 +39,7 @@
"ext-xml": "*",
"ext-mbstring": "*",
"psr/log": "^1.0",
- "masterminds/html5": "^2.0",
+ "masterminds/html5": "dev-master",
"league/uri": "^6.4"
},
"require-dev": {