summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/fivefilters/readability.php/composer.json
diff options
context:
space:
mode:
authorfox <[email protected]>2021-08-18 07:51:19 +0300
committerfox <[email protected]>2021-08-18 07:51:19 +0300
commit28eafa2bcd6e327e7014174c4efd4c10d9491e27 (patch)
treeefd9e28718eff791dcaa7ffddbac44c38deedfb8 /plugins/af_readability/vendor/fivefilters/readability.php/composer.json
parenta73e3bec45c5523910c711cf882976b71781ac9e (diff)
parentb6b6771d8d7dcf13938d1578099074b0123a5d5e (diff)
Merge pull request 'pull latest readability-php via composer' (#42) from niehztog/tt-rss:update-readability into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/42
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"
+ }
+}