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.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/plugins/af_readability/vendor/fivefilters/readability.php/composer.json b/plugins/af_readability/vendor/fivefilters/readability.php/composer.json
new file mode 100644
index 000000000..bf515682c
--- /dev/null
+++ b/plugins/af_readability/vendor/fivefilters/readability.php/composer.json
@@ -0,0 +1,37 @@
+{
+ "name": "andreskrey/readability.php",
+ "type": "library",
+ "description": "A PHP port of Readability.js",
+ "keywords": ["readability", "html"],
+ "homepage": "https://github.com/andreskrey/readability",
+ "license": "Apache-2.0",
+ "authors": [
+ {
+ "name": "Andres Rey",
+ "email": "[email protected]",
+ "role": "Lead Developer"
+ }
+ ],
+ "autoload": {
+ "psr-4": {
+ "andreskrey\\Readability\\": "src/"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {"andreskrey\\Readability\\Test\\": "test"}
+ },
+ "require": {
+ "php": ">=7.0.0",
+ "ext-dom": "*",
+ "ext-xml": "*",
+ "ext-mbstring": "*",
+ "psr/log": "^1.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^6.5",
+ "monolog/monolog": "^1.24"
+ },
+ "suggest": {
+ "monolog/monolog": "Allow logging debug information"
+ }
+}