{
    "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",
    "authors": [
        {
            "name": "Andres Rey",
            "email": "andreskrey@gmail.com",
            "role": "Original Developer"
        },
        {
            "name": "Keyvan Minoukadeh",
            "email": "keyvan@fivefilters.org",
            "homepage": "https://www.fivefilters.org",
            "role": "Developer/Maintainer"
        }
    ],
    "autoload": {
        "psr-4": {
            "fivefilters\\Readability\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {"fivefilters\\Readability\\Test\\": "test"}
    },
    "require": {
        "php": ">=8.1",
        "ext-dom": "*",
        "ext-xml": "*",
        "ext-mbstring": "*",
        "psr/log": "^1.0 || ^2.0 || ^3.0",
        "masterminds/html5": "^2.0",
        "league/uri": "^7.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^10.0 || ^11.0",
        "monolog/monolog": "^3.0"
    },
    "suggest": {
        "monolog/monolog": "Allow logging debug information"
    }
}
