From b6b6771d8d7dcf13938d1578099074b0123a5d5e Mon Sep 17 00:00:00 2001 From: Nils Gotzhein Date: Tue, 17 Aug 2021 22:18:46 +0200 Subject: pull latest readability-php via composer --- .../fivefilters/readability.php/composer.json | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 plugins/af_readability/vendor/fivefilters/readability.php/composer.json (limited to 'plugins/af_readability/vendor/fivefilters/readability.php/composer.json') 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": "andreskrey@gmail.com", + "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" + } +} -- cgit v1.2.3