summaryrefslogtreecommitdiff
path: root/plugins/af_readability/vendor/fivefilters/readability.php/composer.json
blob: bf515682ca94925811e821f793878edf33146dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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"
    }
}