{
    "name": "pagerfanta/core",
    "type": "library",
    "description": "Core Pagerfanta API",
    "keywords": ["pagerfanta"],
    "license": "MIT",
    "require": {
        "php": "^8.1",
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^10.3"
    },
    "autoload": {
        "psr-4": {
            "Pagerfanta\\": "./"
        },
        "exclude-from-classmap": [
            "Tests/"
        ]
    },
    "minimum-stability": "dev"
}
