composer.lock 368 ko
Newer Older
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "symfony/cache": "^5.4 || ^6.0 || ^7.0",
                "symfony/process": "^5.4 || ^6.0 || ^7.0",
                "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
            },
            "suggest": {
                "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
                "symfony/yaml": "Allows the use of yaml for migration configuration files."
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "bin": [
                "bin/doctrine-migrations"
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "type": "library",
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Doctrine\\Migrations\\": "src"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Michael Simonson",
                    "email": "contact@mikesimonson.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
            "homepage": "https://www.doctrine-project.org/projects/migrations.html",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "keywords": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "database",
                "dbal",
                "migrations"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            ],
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/doctrine/migrations/issues",
                "source": "https://github.com/doctrine/migrations/tree/3.8.2"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "funding": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://www.doctrine-project.org/sponsorship.html",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "custom"
                },
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "tidelift"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-10-10T21:35:27+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "doctrine/orm",
            "version": "3.3.2",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/doctrine/orm.git",
                "reference": "c9557c588b3a70ed93caff069d0aa75737f25609"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/doctrine/orm/zipball/c9557c588b3a70ed93caff069d0aa75737f25609",
                "reference": "c9557c588b3a70ed93caff069d0aa75737f25609",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "composer-runtime-api": "^2",
                "doctrine/collections": "^2.2",
                "doctrine/dbal": "^3.8.2 || ^4",
                "doctrine/deprecations": "^0.5.3 || ^1",
                "doctrine/event-manager": "^1.2 || ^2",
                "doctrine/inflector": "^1.4 || ^2.0",
                "doctrine/instantiator": "^1.3 || ^2",
                "doctrine/lexer": "^3",
                "doctrine/persistence": "^3.3.1 || ^4",
                "ext-ctype": "*",
                "php": "^8.1",
                "psr/cache": "^1 || ^2 || ^3",
                "symfony/console": "^5.4 || ^6.0 || ^7.0",
                "symfony/var-exporter": "^6.3.9 || ^7.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/coding-standard": "^12.0",
                "phpbench/phpbench": "^1.0",
                "phpdocumentor/guides-cli": "^1.4",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "2.0.3",
                "phpstan/phpstan-deprecation-rules": "^2",
                "phpunit/phpunit": "^10.4.0",
                "psr/log": "^1 || ^2 || ^3",
                "squizlabs/php_codesniffer": "3.7.2",
                "symfony/cache": "^5.4 || ^6.2 || ^7.0"
            },
            "suggest": {
                "ext-dom": "Provides support for XSD validation for XML mapping files",
                "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Doctrine\\ORM\\": "src"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Object-Relational-Mapper for PHP",
            "homepage": "https://www.doctrine-project.org/projects/orm.html",
            "keywords": [
                "database",
                "orm"
            ],
            "support": {
                "issues": "https://github.com/doctrine/orm/issues",
                "source": "https://github.com/doctrine/orm/tree/3.3.2"
            },
            "time": "2025-02-04T19:43:15+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "doctrine/persistence",
            "version": "3.4.0",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/doctrine/persistence.git",
                "reference": "0ea965320cec355dba75031c1b23d4c78362e3ff"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/0ea965320cec355dba75031c1b23d4c78362e3ff",
                "reference": "0ea965320cec355dba75031c1b23d4c78362e3ff",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/event-manager": "^1 || ^2",
                "php": "^7.2 || ^8.0",
                "psr/cache": "^1.0 || ^2.0 || ^3.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "conflict": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/common": "<2.10"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/coding-standard": "^12",
                "doctrine/common": "^3.0",
                "phpstan/phpstan": "1.12.7",
                "phpstan/phpstan-phpunit": "^1",
                "phpstan/phpstan-strict-rules": "^1.1",
                "phpunit/phpunit": "^8.5.38 || ^9.5",
                "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Doctrine\\Persistence\\": "src/Persistence"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
            "homepage": "https://www.doctrine-project.org/projects/persistence.html",
            "keywords": [
                "mapper",
                "object",
                "odm",
                "orm",
                "persistence"
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/doctrine/persistence/issues",
                "source": "https://github.com/doctrine/persistence/tree/3.4.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "funding": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://www.doctrine-project.org/sponsorship.html",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "custom"
                },
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "tidelift"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-10-30T19:48:12+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "doctrine/sql-formatter",
            "version": "1.5.2",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/doctrine/sql-formatter.git",
                "reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/d6d00aba6fd2957fe5216fe2b7673e9985db20c8",
                "reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": "^8.1"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "require-dev": {
                "doctrine/coding-standard": "^12",
                "ergebnis/phpunit-slow-test-detector": "^2.14",
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^10.5"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "bin": [
                "bin/sql-formatter"
            ],
            "type": "library",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Doctrine\\SqlFormatter\\": "src"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Jeremy Dorn",
                    "email": "jeremy@jeremydorn.com",
                    "homepage": "https://jeremydorn.com/"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "a PHP SQL highlighting library",
            "homepage": "https://github.com/doctrine/sql-formatter/",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "keywords": [
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "highlight",
                "sql"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            ],
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/doctrine/sql-formatter/issues",
                "source": "https://github.com/doctrine/sql-formatter/tree/1.5.2"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2025-01-24T11:45:48+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "egulias/email-validator",
            "version": "4.0.3",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/egulias/EmailValidator.git",
                "reference": "b115554301161fa21467629f1e1391c1936de517"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b115554301161fa21467629f1e1391c1936de517",
                "reference": "b115554301161fa21467629f1e1391c1936de517",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/lexer": "^2.0 || ^3.0",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": ">=8.1",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "symfony/polyfill-intl-idn": "^1.26"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "phpunit/phpunit": "^10.2",
                "vimeo/psalm": "^5.12"
            },
            "suggest": {
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0.x-dev"
                }
            },
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Egulias\\EmailValidator\\": "src"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Eduardo Gulias Davis"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "A library for validating emails against several RFCs",
            "homepage": "https://github.com/egulias/EmailValidator",
            "keywords": [
                "email",
                "emailvalidation",
                "emailvalidator",
                "validation",
                "validator"
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/egulias/EmailValidator/issues",
                "source": "https://github.com/egulias/EmailValidator/tree/4.0.3"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "funding": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://github.com/egulias",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "github"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-12-27T00:36:43+00:00"
Glody Kutumbakana's avatar
Glody Kutumbakana a validé
        {
            "name": "knplabs/knp-components",
            "version": "v5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/KnpLabs/knp-components.git",
                "reference": "eabf39263fff305c0024820c3736e5b03e7edf50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/eabf39263fff305c0024820c3736e5b03e7edf50",
                "reference": "eabf39263fff305c0024820c3736e5b03e7edf50",
                "shasum": ""
            },
            "require": {
                "php": "^8.1",
                "symfony/event-dispatcher-contracts": "^3.0"
            },
            "conflict": {
                "doctrine/dbal": "<3.8"
            },
            "require-dev": {
                "doctrine/dbal": "^3.8 || ^4.0",
                "doctrine/mongodb-odm": "^2.5.5",
                "doctrine/orm": "^2.13 || ^3.0",
                "doctrine/phpcr-odm": "^1.8 || ^2.0",
                "ext-pdo_sqlite": "*",
                "jackalope/jackalope-doctrine-dbal": "^1.12 || ^2.0",
                "phpunit/phpunit": "^10.5 || ^11.3",
                "propel/propel1": "^1.7",
                "ruflin/elastica": "^7.0",
                "solarium/solarium": "^6.0",
                "symfony/http-foundation": "^5.4.38 || ^6.4.4 || ^7.0",
                "symfony/http-kernel": "^5.4.38 || ^6.4.4 || ^7.0",
                "symfony/property-access": "^5.4.38 || ^6.4.4 || ^7.0"
            },
            "suggest": {
                "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
                "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
                "doctrine/orm": "to allow usage pagination with Doctrine ORM",
                "doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR",
                "propel/propel1": "to allow usage pagination with Propel ORM",
                "ruflin/elastica": "to allow usage pagination with ElasticSearch Client",
                "solarium/solarium": "to allow usage pagination with Solarium Client",
                "symfony/http-foundation": "to retrieve arguments from Request",
                "symfony/property-access": "to allow sorting arrays"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Knp\\Component\\": "src/Knp/Component"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "KnpLabs Team",
                    "homepage": "https://knplabs.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://github.com/KnpLabs/knp-components/contributors"
                }
            ],
            "description": "Knplabs component library",
            "homepage": "https://github.com/KnpLabs/knp-components",
            "keywords": [
                "components",
                "knp",
                "knplabs",
                "pager",
                "paginator"
            ],
            "support": {
                "issues": "https://github.com/KnpLabs/knp-components/issues",
                "source": "https://github.com/KnpLabs/knp-components/tree/v5.2.0"
            },
            "time": "2025-03-20T07:35:37+00:00"
        },
        {
            "name": "knplabs/knp-paginator-bundle",
            "version": "v6.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
                "reference": "a346431b9f0cddac8cd03d63e70911b6bf70ffde"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/a346431b9f0cddac8cd03d63e70911b6bf70ffde",
                "reference": "a346431b9f0cddac8cd03d63e70911b6bf70ffde",
                "shasum": ""
            },
            "require": {
                "knplabs/knp-components": "^4.4 || ^5.0",
                "php": "^8.1",
                "symfony/config": "^6.4 || ^7.0",
                "symfony/dependency-injection": "^6.4 || ^7.0",
                "symfony/event-dispatcher": "^6.4 || ^7.0",
                "symfony/http-foundation": "^6.4 || ^7.0",
                "symfony/http-kernel": "^6.4 || ^7.0",
                "symfony/routing": "^6.4 || ^7.0",
                "symfony/translation": "^6.4 || ^7.0",
                "twig/twig": "^3.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.11",
                "phpunit/phpunit": "^10.5 || ^11.3",
                "symfony/expression-language": "^6.4 || ^7.0",
                "symfony/templating": "^6.4 || ^7.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Knp\\Bundle\\PaginatorBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "KnpLabs Team",
                    "homepage": "https://knplabs.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://github.com/KnpLabs/KnpPaginatorBundle/contributors"
                }
            ],
            "description": "Paginator bundle for Symfony to automate pagination and simplify sorting and other features",
            "homepage": "https://github.com/KnpLabs/KnpPaginatorBundle",
            "keywords": [
                "bundle",
                "knp",
                "knplabs",
                "pager",
                "pagination",
                "paginator",
                "symfony"
            ],
            "support": {
                "issues": "https://github.com/KnpLabs/KnpPaginatorBundle/issues",
                "source": "https://github.com/KnpLabs/KnpPaginatorBundle/tree/v6.7.0"
            },
            "time": "2025-03-02T16:36:05+00:00"
        },
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "monolog/monolog",
            "version": "3.8.1",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/aef6ee73a77a66e404dd6540934a9ef1b3c855b4",
                "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": ">=8.1",
                "psr/log": "^2.0 || ^3.0"
            },
            "provide": {
                "psr/log-implementation": "3.0.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "aws/aws-sdk-php": "^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "elasticsearch/elasticsearch": "^7 || ^8",
                "ext-json": "*",
                "graylog2/gelf-php": "^1.4.2 || ^2.0",
                "guzzlehttp/guzzle": "^7.4.5",
                "guzzlehttp/psr7": "^2.2",
                "mongodb/mongodb": "^1.8",
                "php-amqplib/php-amqplib": "~2.4 || ^3",
                "php-console/php-console": "^3.1.8",
                "phpstan/phpstan": "^2",
                "phpstan/phpstan-deprecation-rules": "^2",
                "phpstan/phpstan-strict-rules": "^2",
                "phpunit/phpunit": "^10.5.17 || ^11.0.7",
                "predis/predis": "^1.1 || ^2",
                "rollbar/rollbar": "^4.0",
                "ruflin/elastica": "^7 || ^8",
                "symfony/mailer": "^5.4 || ^6",
                "symfony/mime": "^5.4 || ^6"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
                "ext-mbstring": "Allow to work properly with unicode symbols",
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
                "ext-openssl": "Required to send log messages using SSL",
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "Monolog\\": "src/Monolog"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "https://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/Seldaek/monolog/issues",
                "source": "https://github.com/Seldaek/monolog/tree/3.8.1"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "funding": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://github.com/Seldaek",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "github"
                },
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "type": "tidelift"
                }
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-12-05T17:15:07+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "phpdocumentor/reflection-common",
            "version": "2.2.0",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": "^7.2 || ^8.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "type": "library",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "extra": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "branch-alias": {
                    "dev-2.x": "2.x-dev"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "phpDocumentor\\Reflection\\": "src/"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2020-06-27T09:03:43+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "phpdocumentor/reflection-docblock",
            "version": "5.6.1",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8",
                "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/deprecations": "^1.1",
                "ext-filter": "*",
                "php": "^7.4 || ^8.0",
                "phpdocumentor/reflection-common": "^2.2",
                "phpdocumentor/type-resolver": "^1.7",
                "phpstan/phpdoc-parser": "^1.7|^2.0",
                "webmozart/assert": "^1.9.1"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "mockery/mockery": "~1.3.5 || ~1.6.0",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-mockery": "^1.1",
                "phpstan/phpstan-webmozart-assert": "^1.2",
                "phpunit/phpunit": "^9.5",
                "psalm/phar": "^5.26"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "phpDocumentor\\Reflection\\": "src"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.1"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-12-07T09:39:29+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "phpdocumentor/type-resolver",
            "version": "1.10.0",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a",
                "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "doctrine/deprecations": "^1.0",
                "php": "^7.3 || ^8.0",
                "phpdocumentor/reflection-common": "^2.0",
                "phpstan/phpdoc-parser": "^1.18|^2.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "require-dev": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "ext-tokenizer": "*",
                "phpbench/phpbench": "^1.2",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpunit/phpunit": "^9.5",
                "rector/rector": "^0.13.9",
                "vimeo/psalm": "^4.25"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "type": "library",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev"
                }
            },
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "autoload": {
                "psr-4": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "phpDocumentor\\Reflection\\": "src"
                }
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "support": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "time": "2024-11-09T15:12:26+00:00"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "name": "phpstan/phpdoc-parser",
            "version": "2.1.0",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "source": {
                "type": "git",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://github.com/phpstan/phpdoc-parser.git",
                "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            },
            "dist": {
                "type": "zip",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
                "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "shasum": ""
            },
            "require": {
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
                "php": "^7.4 || ^8.0"
G. Daryl M. OKOU's avatar
G. Daryl M. OKOU a validé
            "require-dev": {
                "doctrine/annotations": "^2.0",
                "nikic/php-parser": "^5.3.0",
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^2.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpstan/phpstan-strict-rules": "^2.0",
                "phpunit/phpunit": "^9.6",
                "symfony/process": "^5.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPStan\\PhpDocParser\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
            "support": {
                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
                "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0"
            },
            "time": "2025-02-19T13:28:12+00:00"
        },
        {
            "name": "psr/cache",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
            },
            "time": "2021-02-03T23:26:27+00:00"
        },
        {
            "name": "psr/clock",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/clock.git",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Psr\\Clock\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for reading the clock.",
            "homepage": "https://github.com/php-fig/clock",
            "keywords": [
                "clock",
                "now",
                "psr",
                "psr-20",
                "time"
            ],
            "support": {
                "issues": "https://github.com/php-fig/clock/issues",
                "source": "https://github.com/php-fig/clock/tree/1.0.0"
            },
            "time": "2022-11-25T14:36:26+00:00"
        },
        {
            "name": "psr/container",
            "version": "2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],