summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/fivefilters/readability.php/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/af_readability/vendor/fivefilters/readability.php/composer.json')
-rw-r--r--plugins/af_readability/vendor/fivefilters/readability.php/composer.json26
1 files changed, 17 insertions, 9 deletions
diff --git a/plugins/af_readability/vendor/fivefilters/readability.php/composer.json b/plugins/af_readability/vendor/fivefilters/readability.php/composer.json
index bf515682c..aba02cf40 100644
--- a/plugins/af_readability/vendor/fivefilters/readability.php/composer.json
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/composer.json
@@ -1,35 +1,43 @@
{
- "name": "andreskrey/readability.php",
+ "name": "fivefilters/readability.php",
"type": "library",
"description": "A PHP port of Readability.js",
"keywords": ["readability", "html"],
- "homepage": "https://github.com/andreskrey/readability",
+ "homepage": "https://github.com/fivefilters/readability.php",
"license": "Apache-2.0",
"authors": [
{
"name": "Andres Rey",
"email": "[email protected]",
- "role": "Lead Developer"
+ "role": "Original Developer"
+ },
+ {
+ "name": "Keyvan Minoukadeh",
+ "email": "[email protected]",
+ "homepage": "https://www.fivefilters.org",
+ "role": "Developer/Maintainer"
}
],
"autoload": {
"psr-4": {
- "andreskrey\\Readability\\": "src/"
+ "fivefilters\\Readability\\": "src/"
}
},
"autoload-dev": {
- "psr-4": {"andreskrey\\Readability\\Test\\": "test"}
+ "psr-4": {"fivefilters\\Readability\\Test\\": "test"}
},
"require": {
- "php": ">=7.0.0",
+ "php": ">=7.3.0",
"ext-dom": "*",
"ext-xml": "*",
"ext-mbstring": "*",
- "psr/log": "^1.0"
+ "psr/log": "^1.0",
+ "masterminds/html5": "^2.0",
+ "league/uri": "^6.4"
},
"require-dev": {
- "phpunit/phpunit": "^6.5",
- "monolog/monolog": "^1.24"
+ "phpunit/phpunit": "^9",
+ "monolog/monolog": "^2.3"
},
"suggest": {
"monolog/monolog": "Allow logging debug information"