{
    "packages": [
        {
            "name": "pagerfanta/pagerfanta",
            "version": "v4.7.0",
            "version_normalized": "4.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/BabDev/Pagerfanta.git",
                "reference": "301903c1be505769e932ba5523cc01969f954d37"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/BabDev/Pagerfanta/zipball/301903c1be505769e932ba5523cc01969f954d37",
                "reference": "301903c1be505769e932ba5523cc01969f954d37",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^8.1",
                "symfony/deprecation-contracts": "^2.1 || ^3.0"
            },
            "conflict": {
                "doctrine/collections": "<1.8",
                "doctrine/dbal": "<3.5",
                "doctrine/mongodb-odm": "<2.4",
                "doctrine/orm": "<2.14",
                "doctrine/phpcr-odm": "<1.7",
                "ruflin/elastica": "<7.3",
                "solarium/solarium": "<6.2",
                "twig/twig": "<2.13"
            },
            "replace": {
                "pagerfanta/core": "self.version",
                "pagerfanta/doctrine-collections-adapter": "self.version",
                "pagerfanta/doctrine-dbal-adapter": "self.version",
                "pagerfanta/doctrine-mongodb-odm-adapter": "self.version",
                "pagerfanta/doctrine-orm-adapter": "self.version",
                "pagerfanta/doctrine-phpcr-odm-adapter": "self.version",
                "pagerfanta/elastica-adapter": "self.version",
                "pagerfanta/solarium-adapter": "self.version",
                "pagerfanta/twig": "self.version"
            },
            "require-dev": {
                "dg/bypass-finals": "^1.5.1",
                "doctrine/collections": "^1.8 || ^2.0",
                "doctrine/dbal": "^3.5 || ^4.0",
                "doctrine/mongodb-odm": "^2.4",
                "doctrine/orm": "^2.14 || ^3.0",
                "doctrine/phpcr-odm": "^1.7 || ^2.0",
                "jackalope/jackalope-doctrine-dbal": "^1.9 || ^2.0",
                "phpstan/extension-installer": "^1.3.1",
                "phpstan/phpstan": "1.11.10",
                "phpstan/phpstan-phpunit": "1.4.0",
                "phpunit/phpunit": "10.5.30",
                "rector/rector": "1.2.3",
                "ruflin/elastica": "^7.3 || ^8.0",
                "solarium/solarium": "^6.2",
                "symfony/cache": "^5.4 || ^6.3 || ^7.0",
                "twig/twig": "^2.13 || ^3.0"
            },
            "suggest": {
                "twig/twig": "To integrate Pagerfanta with Twig"
            },
            "time": "2024-08-13T23:52:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Pagerfanta\\": "lib/Core/",
                    "Pagerfanta\\Twig\\": "lib/Twig/",
                    "Pagerfanta\\Elastica\\": "lib/Adapter/Elastica/",
                    "Pagerfanta\\Solarium\\": "lib/Adapter/Solarium/",
                    "Pagerfanta\\Doctrine\\ORM\\": "lib/Adapter/Doctrine/ORM/",
                    "Pagerfanta\\Doctrine\\DBAL\\": "lib/Adapter/Doctrine/DBAL/",
                    "Pagerfanta\\Doctrine\\PHPCRODM\\": "lib/Adapter/Doctrine/PHPCRODM/",
                    "Pagerfanta\\Doctrine\\MongoDBODM\\": "lib/Adapter/Doctrine/MongoDBODM/",
                    "Pagerfanta\\Doctrine\\Collections\\": "lib/Adapter/Doctrine/Collections/"
                },
                "exclude-from-classmap": [
                    "lib/**/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Pagination for PHP",
            "keywords": [
                "page",
                "pagination",
                "paginator",
                "paging"
            ],
            "support": {
                "issues": "https://github.com/BabDev/Pagerfanta/issues",
                "source": "https://github.com/BabDev/Pagerfanta/tree/v4.7.0"
            },
            "funding": [
                {
                    "url": "https://github.com/mbabker",
                    "type": "github"
                }
            ],
            "install-path": "../pagerfanta/pagerfanta"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v3.5.1",
            "version_normalized": "3.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2024-09-25T14:20:29+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.5-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/deprecation-contracts"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
