summaryrefslogtreecommitdiff
path: root/vendor/fivefilters/readability.php/composer.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-13 20:00:46 +0300
committerAndrew Dolgov <[email protected]>2022-12-13 20:00:46 +0300
commit0226e0ca0dc70f9a0310b3eef045ee1c1e0ca3ac (patch)
tree254c0e880693c2636107308b5931951cfa501311 /vendor/fivefilters/readability.php/composer.json
split into a separate repo
Diffstat (limited to 'vendor/fivefilters/readability.php/composer.json')
-rw-r--r--vendor/fivefilters/readability.php/composer.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/vendor/fivefilters/readability.php/composer.json b/vendor/fivefilters/readability.php/composer.json
new file mode 100644
index 0000000..72706cc
--- /dev/null
+++ b/vendor/fivefilters/readability.php/composer.json
@@ -0,0 +1,52 @@
+{
+ "name": "fivefilters/readability.php",
+ "type": "library",
+ "description": "A PHP port of Readability.js",
+ "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",
+ "email": "[email protected]",
+ "role": "Original Developer"
+ },
+ {
+ "name": "Keyvan Minoukadeh",
+ "email": "[email protected]",
+ "homepage": "https://www.fivefilters.org",
+ "role": "Developer/Maintainer"
+ }
+ ],
+ "autoload": {
+ "psr-4": {
+ "fivefilters\\Readability\\": "src/"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {"fivefilters\\Readability\\Test\\": "test"}
+ },
+ "require": {
+ "php": ">=7.3.0",
+ "ext-dom": "*",
+ "ext-xml": "*",
+ "ext-mbstring": "*",
+ "psr/log": "^1.0",
+ "masterminds/html5": "2.7.x-dev@dev",
+ "league/uri": "^6.4"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9",
+ "monolog/monolog": "^2.3"
+ },
+ "suggest": {
+ "monolog/monolog": "Allow logging debug information"
+ }
+}