Skip to content
Snippets Groups Projects
composer.lock 242 KiB
Newer Older
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
Jonas Leder's avatar
Jonas Leder committed
    "content-hash": "5c79a8755180f47cf4950fe65d60183d",
    "packages": [
        {
            "name": "doctrine/cache",
            "version": "2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
                "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
                "shasum": ""
            },
            "require": {
                "php": "~7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "cache/integration-tests": "dev-master",
                "doctrine/coding-standard": "^9",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "psr/cache": "^1.0 || ^2.0 || ^3.0",
                "symfony/cache": "^4.4 || ^5.4 || ^6",
                "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "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"
                }
            ],
            "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
            "homepage": "https://www.doctrine-project.org/projects/cache.html",
            "keywords": [
                "abstraction",
                "apcu",
                "cache",
                "caching",
                "couchdb",
                "memcached",
                "php",
                "redis",
                "xcache"
            ],
            "support": {
                "issues": "https://github.com/doctrine/cache/issues",
                "source": "https://github.com/doctrine/cache/tree/2.2.0"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
                    "type": "tidelift"
                }
            ],
            "time": "2022-05-20T20:07:39+00:00"
        },
        {
            "name": "doctrine/collections",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "72328a11443a0de79967104ad36ba7b30bded134"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/72328a11443a0de79967104ad36ba7b30bded134",
                "reference": "72328a11443a0de79967104ad36ba7b30bded134",
                "shasum": ""
            },
            "require": {
Jonas Leder's avatar
Jonas Leder committed
                "doctrine/deprecations": "^1",
                "php": "^8.1"
            },
            "require-dev": {
                "doctrine/coding-standard": "^12",
Jonas Leder's avatar
Jonas Leder committed
                "ext-json": "*",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpunit/phpunit": "^9.5",
                "vimeo/psalm": "^5.11"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
Jonas Leder's avatar
Jonas Leder committed
                    "Doctrine\\Common\\Collections\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "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"
                }
            ],
            "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
            "homepage": "https://www.doctrine-project.org/projects/collections.html",
            "keywords": [
                "array",
                "collections",
                "iterators",
                "php"
            ],
            "support": {
                "issues": "https://github.com/doctrine/collections/issues",
                "source": "https://github.com/doctrine/collections/tree/2.1.4"
Jonas Leder's avatar
Jonas Leder committed
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
                    "type": "tidelift"
                }
            ],
            "time": "2023-10-03T09:22:33+00:00"
        },
        {
            "name": "doctrine/common",
            "version": "3.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/8b5e5650391f851ed58910b3e3d48a71062eeced",
                "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced",
                "shasum": ""
            },
            "require": {
                "doctrine/persistence": "^2.0 || ^3.0",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9.0 || ^10.0",
                "doctrine/collections": "^1",
                "phpstan/phpstan": "^1.4.1",
                "phpstan/phpstan-phpunit": "^1",
                "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
                "squizlabs/php_codesniffer": "^3.0",
                "symfony/phpunit-bridge": "^6.1",
                "vimeo/psalm": "^4.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "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"
                }
            ],
            "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
            "homepage": "https://www.doctrine-project.org/projects/common.html",
            "keywords": [
                "common",
                "doctrine",
                "php"
            ],
            "support": {
                "issues": "https://github.com/doctrine/common/issues",
                "source": "https://github.com/doctrine/common/tree/3.4.3"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
                    "type": "tidelift"
                }
            ],
            "time": "2022-10-09T11:47:59+00:00"
        },
        {
            "name": "doctrine/dbal",
Jonas Leder's avatar
Jonas Leder committed
            "version": "3.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
Jonas Leder's avatar
Jonas Leder committed
                "reference": "0ac3c270590e54910715e9a1a044cc368df282b2"
            },
            "dist": {
                "type": "zip",
Jonas Leder's avatar
Jonas Leder committed
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/0ac3c270590e54910715e9a1a044cc368df282b2",
                "reference": "0ac3c270590e54910715e9a1a044cc368df282b2",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2",
                "doctrine/cache": "^1.11|^2.0",
                "doctrine/deprecations": "^0.5.3|^1",
                "doctrine/event-manager": "^1|^2",
                "php": "^7.4 || ^8.0",
                "psr/cache": "^1|^2|^3",
                "psr/log": "^1|^2|^3"
            },
            "require-dev": {
                "doctrine/coding-standard": "12.0.0",
                "fig/log-test": "^1",
                "jetbrains/phpstorm-stubs": "2023.1",
Jonas Leder's avatar
Jonas Leder committed
                "phpstan/phpstan": "1.10.42",
                "phpstan/phpstan-strict-rules": "^1.5",
                "phpunit/phpunit": "9.6.13",
Jonas Leder's avatar
Jonas Leder committed
                "psalm/plugin-phpunit": "0.18.4",
                "slevomat/coding-standard": "8.13.1",
                "squizlabs/php_codesniffer": "3.7.2",
                "symfony/cache": "^5.4|^6.0",
                "symfony/console": "^4.4|^5.4|^6.0",
Jonas Leder's avatar
Jonas Leder committed
                "vimeo/psalm": "4.30.0"
            },
            "suggest": {
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
            },
            "bin": [
                "bin/doctrine-dbal"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\DBAL\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
            "keywords": [
                "abstraction",
                "database",
                "db2",
                "dbal",
                "mariadb",
                "mssql",
                "mysql",
                "oci8",
                "oracle",
                "pdo",
                "pgsql",
                "postgresql",
                "queryobject",
                "sasql",
                "sql",
                "sqlite",
                "sqlserver",
                "sqlsrv"
            ],
            "support": {
                "issues": "https://github.com/doctrine/dbal/issues",
Jonas Leder's avatar
Jonas Leder committed
                "source": "https://github.com/doctrine/dbal/tree/3.7.2"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
                    "type": "tidelift"
                }
            ],
Jonas Leder's avatar
Jonas Leder committed
            "time": "2023-11-19T08:06:58+00:00"
        },
        {
            "name": "doctrine/deprecations",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/deprecations.git",
                "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
                "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9",
                "phpstan/phpstan": "1.4.10 || 1.10.15",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                "psalm/plugin-phpunit": "0.18.4",
                "psr/log": "^1 || ^2 || ^3",
                "vimeo/psalm": "4.30.0 || 5.12.0"
            },
            "suggest": {
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
            "homepage": "https://www.doctrine-project.org/",
            "support": {
                "issues": "https://github.com/doctrine/deprecations/issues",
                "source": "https://github.com/doctrine/deprecations/tree/1.1.2"
            "time": "2023-09-27T20:04:15+00:00"
        },
        {
            "name": "doctrine/doctrine-bundle",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineBundle.git",
                "reference": "4089f1424b724786c062aea50aae5f773449b94b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/4089f1424b724786c062aea50aae5f773449b94b",
                "reference": "4089f1424b724786c062aea50aae5f773449b94b",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "^1.11 || ^2.0",
                "doctrine/dbal": "^3.7.0 || ^4.0",
                "doctrine/persistence": "^2.2 || ^3",
                "doctrine/sql-formatter": "^1.0.1",
Jonas Leder's avatar
Jonas Leder committed
                "php": "^7.4 || ^8.0",
                "symfony/cache": "^5.4 || ^6.0 || ^7.0",
                "symfony/config": "^5.4 || ^6.0 || ^7.0",
                "symfony/console": "^5.4 || ^6.0 || ^7.0",
                "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
                "symfony/deprecation-contracts": "^2.1 || ^3",
                "symfony/doctrine-bridge": "^5.4.19 || ^6.0.7 || ^7.0",
                "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
                "symfony/polyfill-php80": "^1.15",
                "symfony/service-contracts": "^1.1.1 || ^2.0 || ^3"
            },
            "conflict": {
Jonas Leder's avatar
Jonas Leder committed
                "doctrine/annotations": ">=3.0",
                "doctrine/orm": "<2.14 || >=4.0",
                "twig/twig": "<1.34 || >=2.0 <2.4"
            },
            "require-dev": {
Jonas Leder's avatar
Jonas Leder committed
                "doctrine/annotations": "^1 || ^2",
                "doctrine/coding-standard": "^12",
                "doctrine/deprecations": "^1.0",
                "doctrine/orm": "^2.14 || ^3.0",
                "friendsofphp/proxy-manager-lts": "^1.0",
Jonas Leder's avatar
Jonas Leder committed
                "phpunit/phpunit": "^9.5.26 || ^10.0",
                "psalm/plugin-phpunit": "^0.18.4",
                "psalm/plugin-symfony": "^4",
                "psr/log": "^1.1.4 || ^2.0 || ^3.0",
                "symfony/phpunit-bridge": "^6.1 || ^7.0",
                "symfony/property-info": "^5.4 || ^6.0 || ^7.0",
                "symfony/proxy-manager-bridge": "^5.4 || ^6.0 || ^7.0",
                "symfony/security-bundle": "^5.4 || ^6.0 || ^7.0",
                "symfony/string": "^5.4 || ^6.0 || ^7.0",
                "symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0",
                "symfony/validator": "^5.4 || ^6.0 || ^7.0",
                "symfony/var-exporter": "^5.4 || ^6.2 || ^7.0",
                "symfony/web-profiler-bundle": "^5.4 || ^6.0 || ^7.0",
                "symfony/yaml": "^5.4 || ^6.0 || ^7.0",
                "twig/twig": "^1.34 || ^2.12 || ^3.0",
Jonas Leder's avatar
Jonas Leder committed
                "vimeo/psalm": "^4.30"
            },
            "suggest": {
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
                "ext-pdo": "*",
                "symfony/web-profiler-bundle": "To use the data collector."
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "https://www.doctrine-project.org/"
                }
            ],
            "description": "Symfony DoctrineBundle",
            "homepage": "https://www.doctrine-project.org",
            "keywords": [
                "database",
                "dbal",
                "orm",
                "persistence"
            ],
            "support": {
                "issues": "https://github.com/doctrine/DoctrineBundle/issues",
                "source": "https://github.com/doctrine/DoctrineBundle/tree/2.11.1"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
                    "type": "tidelift"
                }
            ],
            "time": "2023-11-15T20:01:50+00:00"
        },
        {
            "name": "doctrine/doctrine-migrations-bundle",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
                "reference": "1dd42906a5fb9c5960723e2ebb45c68006493835"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1dd42906a5fb9c5960723e2ebb45c68006493835",
                "reference": "1dd42906a5fb9c5960723e2ebb45c68006493835",
                "shasum": ""
            },
            "require": {
                "doctrine/doctrine-bundle": "^2.4",
                "doctrine/migrations": "^3.2",
                "php": "^7.2|^8.0",
                "symfony/deprecation-contracts": "^2.1 || ^3",
                "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^12",
                "doctrine/orm": "^2.6 || ^3",
                "doctrine/persistence": "^2.0 || ^3 ",
                "phpstan/phpstan": "^1.4",
                "phpstan/phpstan-deprecation-rules": "^1",
                "phpstan/phpstan-phpunit": "^1",
                "phpstan/phpstan-strict-rules": "^1.1",
                "phpstan/phpstan-symfony": "^1.3",
                "phpunit/phpunit": "^8.5|^9.5",
                "psalm/plugin-phpunit": "^0.18.4",
                "psalm/plugin-symfony": "^3 || ^5",
                "symfony/phpunit-bridge": "^6.3 || ^7",
                "symfony/var-exporter": "^5.4 || ^6 || ^7",
                "vimeo/psalm": "^4.30 || ^5.15"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "https://www.doctrine-project.org"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony DoctrineMigrationsBundle",
            "homepage": "https://www.doctrine-project.org",
            "keywords": [
                "dbal",
                "migrations",
                "schema"
            ],
            "support": {
                "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
                "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.3.0"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
                    "type": "tidelift"
                }
            ],
            "time": "2023-11-13T19:44:41+00:00"
        },
        {
            "name": "doctrine/event-manager",
Jonas Leder's avatar
Jonas Leder committed
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/event-manager.git",
Jonas Leder's avatar
Jonas Leder committed
                "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32"
            },
            "dist": {
                "type": "zip",
Jonas Leder's avatar
Jonas Leder committed
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32",
                "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32",
                "shasum": ""
            },
            "require": {
Jonas Leder's avatar
Jonas Leder committed
                "php": "^8.1"
            },
            "conflict": {
                "doctrine/common": "<2.9"
            },
            "require-dev": {
Jonas Leder's avatar
Jonas Leder committed
                "doctrine/coding-standard": "^10",
                "phpstan/phpstan": "^1.8.8",
                "phpunit/phpunit": "^9.5",
                "vimeo/psalm": "^4.28"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "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"
                }
            ],
            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
            "keywords": [
                "event",
                "event dispatcher",
                "event manager",
                "event system",
                "events"
            ],
            "support": {
                "issues": "https://github.com/doctrine/event-manager/issues",
Jonas Leder's avatar
Jonas Leder committed
                "source": "https://github.com/doctrine/event-manager/tree/2.0.0"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
                    "type": "tidelift"
                }
            ],
Jonas Leder's avatar
Jonas Leder committed
            "time": "2022-10-12T20:59:15+00:00"
        },
        {
            "name": "doctrine/inflector",
            "version": "2.0.9",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/2930cd5ef353871c821d5c43ed030d39ac8cfe65",
                "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^11.0",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-phpunit": "^1.1",
                "phpstan/phpstan-strict-rules": "^1.3",
                "phpunit/phpunit": "^8.5 || ^9.5",
                "vimeo/psalm": "^4.25 || ^5.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "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"
                }
            ],
            "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
            "homepage": "https://www.doctrine-project.org/projects/inflector.html",
            "keywords": [
                "inflection",
                "inflector",
                "lowercase",
                "manipulation",
                "php",
                "plural",
                "singular",
                "strings",
                "uppercase",
                "words"
            ],
            "support": {
                "issues": "https://github.com/doctrine/inflector/issues",
                "source": "https://github.com/doctrine/inflector/tree/2.0.9"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
                    "type": "tidelift"
                }
            ],
            "time": "2024-01-15T18:05:13+00:00"
        },
        {
            "name": "doctrine/instantiator",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "doctrine/coding-standard": "^11",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench/phpbench": "^1.2",
                "phpstan/phpstan": "^1.9.4",
                "phpstan/phpstan-phpunit": "^1.3",
                "phpunit/phpunit": "^9.5.27",
                "vimeo/psalm": "^5.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "https://ocramius.github.io/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "support": {
                "issues": "https://github.com/doctrine/instantiator/issues",
                "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
                    "type": "tidelift"
                }
            ],
            "time": "2022-12-30T00:23:10+00:00"
        },
        {
            "name": "doctrine/lexer",
Jonas Leder's avatar
Jonas Leder committed
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
Jonas Leder's avatar
Jonas Leder committed
                "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
            },
            "dist": {
                "type": "zip",
Jonas Leder's avatar
Jonas Leder committed
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
                "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
                "shasum": ""
            },
            "require": {
Jonas Leder's avatar
Jonas Leder committed
                "doctrine/deprecations": "^1.0",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
Jonas Leder's avatar
Jonas Leder committed
                "doctrine/coding-standard": "^9 || ^10",
                "phpstan/phpstan": "^1.3",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
Jonas Leder's avatar
Jonas Leder committed
                "psalm/plugin-phpunit": "^0.18.3",
                "vimeo/psalm": "^4.11 || ^5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
Jonas Leder's avatar
Jonas Leder committed
                    "Doctrine\\Common\\Lexer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
            "keywords": [
                "annotations",
                "docblock",
                "lexer",
                "parser",
                "php"
            ],
            "support": {
                "issues": "https://github.com/doctrine/lexer/issues",
Jonas Leder's avatar
Jonas Leder committed
                "source": "https://github.com/doctrine/lexer/tree/2.1.0"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
                    "type": "tidelift"
                }
            ],
Jonas Leder's avatar
Jonas Leder committed
            "time": "2022-12-14T08:49:07+00:00"
        },
        {
            "name": "doctrine/migrations",
Jonas Leder's avatar
Jonas Leder committed
            "version": "3.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/migrations.git",
Jonas Leder's avatar
Jonas Leder committed
                "reference": "47af29eef49f29ebee545947e8b2a4b3be318c8a"
            },
            "dist": {
                "type": "zip",
Jonas Leder's avatar
Jonas Leder committed
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/47af29eef49f29ebee545947e8b2a4b3be318c8a",
                "reference": "47af29eef49f29ebee545947e8b2a4b3be318c8a",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2",
                "doctrine/dbal": "^3.5.1 || ^4",
                "doctrine/deprecations": "^0.5.3 || ^1",
Jonas Leder's avatar
Jonas Leder committed
                "doctrine/event-manager": "^1.2 || ^2.0",
                "psr/log": "^1.1.3 || ^2 || ^3",
                "symfony/console": "^5.4 || ^6.0 || ^7.0",
                "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0",
                "symfony/var-exporter": "^6.2 || ^7.0"
            },
            "conflict": {
                "doctrine/orm": "<2.12 || >=4"
            },
            "require-dev": {
                "doctrine/coding-standard": "^12",
                "doctrine/orm": "^2.13 || ^3",
                "doctrine/persistence": "^2 || ^3",
                "doctrine/sql-formatter": "^1.0",
                "ext-pdo_sqlite": "*",
                "phpstan/phpstan": "^1.10",
                "phpstan/phpstan-deprecation-rules": "^1.1",
                "phpstan/phpstan-phpunit": "^1.3",
                "phpstan/phpstan-strict-rules": "^1.4",
                "phpstan/phpstan-symfony": "^1.3",
                "phpunit/phpunit": "^10.3",
                "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."
            },
            "bin": [
                "bin/doctrine-migrations"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Michael Simonson",
                    "email": "contact@mikesimonson.com"
                }
            ],
            "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",
            "keywords": [
                "database",
                "dbal",
                "migrations"
            ],
            "support": {
                "issues": "https://github.com/doctrine/migrations/issues",
Jonas Leder's avatar
Jonas Leder committed
                "source": "https://github.com/doctrine/migrations/tree/3.7.2"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
                    "type": "tidelift"
                }
            ],
Jonas Leder's avatar
Jonas Leder committed
            "time": "2023-12-05T11:35:05+00:00"
        },
        {
            "name": "doctrine/orm",
            "version": "2.17.3",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/orm.git",
                "reference": "398ab0547aaf90bdb352b560a94c24f44ff00670"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/orm/zipball/398ab0547aaf90bdb352b560a94c24f44ff00670",
                "reference": "398ab0547aaf90bdb352b560a94c24f44ff00670",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2",
                "doctrine/cache": "^1.12.1 || ^2.1.1",
                "doctrine/collections": "^1.5 || ^2.1",
                "doctrine/common": "^3.0.3",
                "doctrine/dbal": "^2.13.1 || ^3.2",
                "doctrine/deprecations": "^0.5.3 || ^1",
Jonas Leder's avatar
Jonas Leder committed
                "doctrine/event-manager": "^1.2 || ^2",
                "doctrine/inflector": "^1.4 || ^2.0",
                "doctrine/instantiator": "^1.3 || ^2",
                "doctrine/lexer": "^2",
                "doctrine/persistence": "^2.4 || ^3",
                "ext-ctype": "*",
                "php": "^7.1 || ^8.0",
                "psr/cache": "^1 || ^2 || ^3",
                "symfony/console": "^4.2 || ^5.0 || ^6.0 || ^7.0",
                "symfony/polyfill-php72": "^1.23",
                "symfony/polyfill-php80": "^1.16"
            },
            "conflict": {
Jonas Leder's avatar
Jonas Leder committed
                "doctrine/annotations": "<1.13 || >= 3.0"
            },
            "require-dev": {
Jonas Leder's avatar
Jonas Leder committed
                "doctrine/annotations": "^1.13 || ^2",
                "doctrine/coding-standard": "^9.0.2 || ^12.0",
                "phpbench/phpbench": "^0.16.10 || ^1.0",
                "phpstan/phpstan": "~1.4.10 || 1.10.35",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
                "psr/log": "^1 || ^2 || ^3",
                "squizlabs/php_codesniffer": "3.7.2",
Jonas Leder's avatar
Jonas Leder committed
                "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0",
                "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2 || ^7.0",
                "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
                "vimeo/psalm": "4.30.0 || 5.16.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",
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
            },
            "bin": [
                "bin/doctrine"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "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/2.17.3"
            "time": "2024-01-16T21:32:04+00:00"
        },
        {
            "name": "doctrine/persistence",
            "version": "3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/persistence.git",
                "reference": "63fee8c33bef740db6730eb2a750cd3da6495603"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/63fee8c33bef740db6730eb2a750cd3da6495603",
                "reference": "63fee8c33bef740db6730eb2a750cd3da6495603",
                "shasum": ""
            },
            "require": {
                "doctrine/event-manager": "^1 || ^2",
                "php": "^7.2 || ^8.0",
                "psr/cache": "^1.0 || ^2.0 || ^3.0"
            },
            "conflict": {
                "doctrine/common": "<2.10"
            },
            "require-dev": {
                "composer/package-versions-deprecated": "^1.11",
Jonas Leder's avatar
Jonas Leder committed
                "doctrine/coding-standard": "^11",
                "doctrine/common": "^3.0",
Jonas Leder's avatar
Jonas Leder committed
                "phpstan/phpstan": "1.9.4",
                "phpstan/phpstan-phpunit": "^1",
                "phpstan/phpstan-strict-rules": "^1.1",
                "phpunit/phpunit": "^8.5 || ^9.5",
                "symfony/cache": "^4.4 || ^5.4 || ^6.0",
Jonas Leder's avatar
Jonas Leder committed
                "vimeo/psalm": "4.30.0 || 5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Persistence\\": "src/Persistence"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "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"
                }
            ],
            "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"
            ],
            "support": {
                "issues": "https://github.com/doctrine/persistence/issues",
                "source": "https://github.com/doctrine/persistence/tree/3.2.0"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
                    "type": "tidelift"
                }
            ],
            "time": "2023-05-17T18:32:04+00:00"
        },
        {
            "name": "doctrine/sql-formatter",
            "version": "1.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/sql-formatter.git",
                "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/25a06c7bf4c6b8218f47928654252863ffc890a5",
                "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.4"
            },
            "bin": [
                "bin/sql-formatter"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\SqlFormatter\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeremy Dorn",
                    "email": "jeremy@jeremydorn.com",
                    "homepage": "https://jeremydorn.com/"
                }
            ],
            "description": "a PHP SQL highlighting library",
            "homepage": "https://github.com/doctrine/sql-formatter/",
            "keywords": [
                "highlight",
                "sql"
            ],
            "support": {
                "issues": "https://github.com/doctrine/sql-formatter/issues",
                "source": "https://github.com/doctrine/sql-formatter/tree/1.1.3"
            },
            "time": "2022-05-23T21:33:49+00:00"
        },
        {
            "name": "knplabs/knp-components",
            "source": {
                "type": "git",
                "url": "https://github.com/KnpLabs/knp-components.git",
                "reference": "ac704489426b090ea0e7ff4d1dd06e26baa49ee7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/ac704489426b090ea0e7ff4d1dd06e26baa49ee7",
                "reference": "ac704489426b090ea0e7ff4d1dd06e26baa49ee7",
                "shasum": ""
            },
            "require": {
                "php": "^8.0",
                "symfony/event-dispatcher-contracts": "^3.0"
            },
            "conflict": {
            },
            "require-dev": {
                "doctrine/mongodb-odm": "^2.4",
                "doctrine/orm": "^2.12",
                "doctrine/phpcr-odm": "^1.6",
                "ext-pdo_sqlite": "*",
                "jackalope/jackalope-doctrine-dbal": "^1.8",
                "phpunit/phpunit": "^9.5",
                "propel/propel1": "^1.7",
                "ruflin/elastica": "^7.0",
                "solarium/solarium": "^6.0",
                "symfony/http-foundation": "^5.4 || ^6.0 || ^7.0",
                "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
                "symfony/property-access": "^5.4 || ^6.0 || ^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": "4.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/v4.3.0"
            "time": "2023-10-16T09:30:16+00:00"
        },
        {
            "name": "knplabs/knp-paginator-bundle",
            "source": {
                "type": "git",
                "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
                "reference": "f51fe26df07a08c1b3f272474401ef8a008b190c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/f51fe26df07a08c1b3f272474401ef8a008b190c",
                "reference": "f51fe26df07a08c1b3f272474401ef8a008b190c",
                "shasum": ""
            },
            "require": {
Jonas Leder's avatar
Jonas Leder committed
                "knplabs/knp-components": "^4.1",
                "php": "^8.1",
                "symfony/config": "^6.3 || ^7.0",
                "symfony/dependency-injection": "^6.3 || ^7.0",
                "symfony/event-dispatcher": "^6.3 || ^7.0",
                "symfony/http-foundation": "^6.3 || ^7.0",
                "symfony/http-kernel": "^6.3 || ^7.0",
                "symfony/routing": "^6.3 || ^7.0",
                "symfony/translation": "^6.3 || ^7.0",
                "twig/twig": "^3.0"
            },
            "require-dev": {
Jonas Leder's avatar
Jonas Leder committed
                "phpstan/phpstan": "^1.9",
                "phpunit/phpunit": "^9.5",
                "symfony/expression-language": "^6.3 || ^7.0",
                "symfony/templating": "^6.3 || ^7.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Knp\\Bundle\\PaginatorBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "KnpLabs Team",
Jonas Leder's avatar
Jonas Leder committed
                    "homepage": "https://knplabs.com"
                },
                {
                    "name": "Symfony Community",
Jonas Leder's avatar
Jonas Leder committed
                    "homepage": "https://github.com/KnpLabs/KnpPaginatorBundle/contributors"
                }
            ],
            "description": "Paginator bundle for Symfony to automate pagination and simplify sorting and other features",
Jonas Leder's avatar
Jonas Leder committed
            "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.3.0"
            "time": "2023-11-19T08:15:37+00:00"
Jonas Leder's avatar
Jonas Leder committed
        {
            "name": "paragonie/constant_time_encoding",
            "version": "v2.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/constant_time_encoding.git",
                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
                "shasum": ""
            },
            "require": {
                "php": "^7|^8"
            },
            "require-dev": {
                "phpunit/phpunit": "^6|^7|^8|^9",
                "vimeo/psalm": "^1|^2|^3|^4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "ParagonIE\\ConstantTime\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Steve 'Sc00bz' Thomas",
                    "email": "steve@tobtu.com",
                    "homepage": "https://www.tobtu.com",
                    "role": "Original Developer"
                }
            ],
            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
            "keywords": [
                "base16",
                "base32",
                "base32_decode",
                "base32_encode",
                "base64",
                "base64_decode",
                "base64_encode",
                "bin2hex",
                "encoding",
                "hex",
                "hex2bin",
                "rfc4648"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
                "source": "https://github.com/paragonie/constant_time_encoding"
            },
            "time": "2022-06-14T06:56:20+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"
        },
Renovate Bot's avatar
Renovate Bot committed
        {
            "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"
            ],
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/2.0.2"
            },
            "time": "2021-11-05T16:47:00+00:00"
        },
        {
            "name": "psr/event-dispatcher",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "support": {
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
            },
            "time": "2019-01-08T18:20:26+00:00"
        },
        {
            "name": "psr/log",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/3.0.0"
            },
            "time": "2021-07-14T16:46:02+00:00"
        },
Jonas Leder's avatar
Jonas Leder committed
        {
            "name": "scheb/2fa-bundle",
Jonas Leder's avatar
Jonas Leder committed
            "version": "v7.0.0",
Jonas Leder's avatar
Jonas Leder committed
            "source": {
                "type": "git",
                "url": "https://github.com/scheb/2fa-bundle.git",
Jonas Leder's avatar
Jonas Leder committed
                "reference": "ec492571cf6017107910a1968a6f8f827dd74b77"
Jonas Leder's avatar
Jonas Leder committed
            },
            "dist": {
                "type": "zip",
Jonas Leder's avatar
Jonas Leder committed
                "url": "https://api.github.com/repos/scheb/2fa-bundle/zipball/ec492571cf6017107910a1968a6f8f827dd74b77",
                "reference": "ec492571cf6017107910a1968a6f8f827dd74b77",
Jonas Leder's avatar
Jonas Leder committed
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
Jonas Leder's avatar
Jonas Leder committed
                "php": "~8.2.0 || ~8.3.0",
                "symfony/config": "^6.4 || ^7.0",
                "symfony/dependency-injection": "^6.4 || ^7.0",
                "symfony/event-dispatcher": "^6.4 || ^7.0",
                "symfony/framework-bundle": "^6.4 || ^7.0",
                "symfony/http-foundation": "^6.4 || ^7.0",
                "symfony/http-kernel": "^6.4 || ^7.0",
                "symfony/property-access": "^6.4 || ^7.0",
                "symfony/security-bundle": "^6.4 || ^7.0",
                "symfony/twig-bundle": "^6.4 || ^7.0"
Jonas Leder's avatar
Jonas Leder committed
            },
            "conflict": {
                "scheb/two-factor-bundle": "*"
            },
            "suggest": {
                "scheb/2fa-backup-code": "Emergency codes when you have no access to other methods",
                "scheb/2fa-email": "Send codes by email",
                "scheb/2fa-google-authenticator": "Google Authenticator support",
                "scheb/2fa-totp": "Temporary one-time password (TOTP) support (Google Authenticator compatible)",
                "scheb/2fa-trusted-device": "Trusted devices support"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-4": {
                    "Scheb\\TwoFactorBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Scheb",
                    "email": "me@christianscheb.de"
                }
            ],
            "description": "A generic interface to implement two-factor authentication in Symfony applications",
            "homepage": "https://github.com/scheb/2fa",
            "keywords": [
                "2fa",
                "Authentication",
                "symfony",
                "two-factor",
                "two-step"
            ],
            "support": {
Jonas Leder's avatar
Jonas Leder committed
                "source": "https://github.com/scheb/2fa-bundle/tree/v7.0.0"
Jonas Leder's avatar
Jonas Leder committed
            },
Jonas Leder's avatar
Jonas Leder committed
            "time": "2023-12-03T16:24:13+00:00"
Jonas Leder's avatar
Jonas Leder committed
        },
        {
            "name": "scheb/2fa-google-authenticator",
Jonas Leder's avatar
Jonas Leder committed
            "version": "v7.0.0",
Jonas Leder's avatar
Jonas Leder committed
            "source": {
                "type": "git",
                "url": "https://github.com/scheb/2fa-google-authenticator.git",
Jonas Leder's avatar
Jonas Leder committed
                "reference": "34cf210e293dec5c20fd61a7b7c199c2cac471af"
Jonas Leder's avatar
Jonas Leder committed
            },
            "dist": {
                "type": "zip",
Jonas Leder's avatar
Jonas Leder committed
                "url": "https://api.github.com/repos/scheb/2fa-google-authenticator/zipball/34cf210e293dec5c20fd61a7b7c199c2cac471af",
                "reference": "34cf210e293dec5c20fd61a7b7c199c2cac471af",
Jonas Leder's avatar
Jonas Leder committed
                "shasum": ""
            },
            "require": {
Jonas Leder's avatar
Jonas Leder committed
                "php": "~8.2.0 || ~8.3.0",
Jonas Leder's avatar
Jonas Leder committed
                "scheb/2fa-bundle": "self.version",
Jonas Leder's avatar
Jonas Leder committed
                "spomky-labs/otphp": "^11.0"
Jonas Leder's avatar
Jonas Leder committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Scheb\\TwoFactorBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Scheb",
                    "email": "me@christianscheb.de"
                }
            ],
            "description": "Extends scheb/2fa-bundle with two-factor authentication using Google Authenticator",
            "homepage": "https://github.com/scheb/2fa",
            "keywords": [
                "2fa",
                "Authentication",
                "google-authenticator",
                "symfony",
                "two-factor",
                "two-step"
            ],
            "support": {
Jonas Leder's avatar
Jonas Leder committed
                "source": "https://github.com/scheb/2fa-google-authenticator/tree/v7.0.0"
Jonas Leder's avatar
Jonas Leder committed
            },
Jonas Leder's avatar
Jonas Leder committed
            "time": "2023-12-03T16:24:13+00:00"
Jonas Leder's avatar
Jonas Leder committed
        },
        {
            "name": "spomky-labs/otphp",
Jonas Leder's avatar
Jonas Leder committed
            "source": {
                "type": "git",
                "url": "https://github.com/Spomky-Labs/otphp.git",
                "reference": "9a1569038bb1c8e98040b14b8bcbba54f25e7795"
Jonas Leder's avatar
Jonas Leder committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/9a1569038bb1c8e98040b14b8bcbba54f25e7795",
                "reference": "9a1569038bb1c8e98040b14b8bcbba54f25e7795",
Jonas Leder's avatar
Jonas Leder committed
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "paragonie/constant_time_encoding": "^2.0",
                "php": "^8.1"
            },
            "require-dev": {
                "ekino/phpstan-banned-code": "^1.0",
                "infection/infection": "^0.26",
                "php-parallel-lint/php-parallel-lint": "^1.3",
                "phpstan/phpstan": "^1.0",
                "phpstan/phpstan-deprecation-rules": "^1.0",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpstan/phpstan-strict-rules": "^1.0",
                "phpunit/phpunit": "^9.5.26",
                "qossmic/deptrac-shim": "^1.0",
                "rector/rector": "^0.15",
Jonas Leder's avatar
Jonas Leder committed
                "symfony/phpunit-bridge": "^6.1",
                "symplify/easy-coding-standard": "^11.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "OTPHP\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Florent Morselli",
                    "homepage": "https://github.com/Spomky"
                },
                {
                    "name": "All contributors",
                    "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
                }
            ],
            "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
            "homepage": "https://github.com/Spomky-Labs/otphp",
            "keywords": [
                "FreeOTP",
                "RFC 4226",
                "RFC 6238",
                "google authenticator",
                "hotp",
                "otp",
                "totp"
            ],
            "support": {
                "issues": "https://github.com/Spomky-Labs/otphp/issues",
                "source": "https://github.com/Spomky-Labs/otphp/tree/11.2.0"
Jonas Leder's avatar
Jonas Leder committed
            },
            "funding": [
                {
                    "url": "https://github.com/Spomky",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/FlorentMorselli",
                    "type": "patreon"
                }
            ],
            "time": "2023-03-16T19:16:25+00:00"
Jonas Leder's avatar
Jonas Leder committed
        },
Jonas Leder's avatar
Jonas Leder committed
        {
            "name": "symfony/asset",
Jonas Leder's avatar
Jonas Leder committed
            "version": "v7.0.0",
Jonas Leder's avatar
Jonas Leder committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/asset.git",
Jonas Leder's avatar
Jonas Leder committed
                "reference": "82cd3961bc7fc1b3c3f85e8f2b9a287a1dfd6f2f"
Jonas Leder's avatar
Jonas Leder committed
            },
            "dist": {
                "type": "zip",
Jonas Leder's avatar
Jonas Leder committed
                "url": "https://api.github.com/repos/symfony/asset/zipball/82cd3961bc7fc1b3c3f85e8f2b9a287a1dfd6f2f",
                "reference": "82cd3961bc7fc1b3c3f85e8f2b9a287a1dfd6f2f",
Jonas Leder's avatar
Jonas Leder committed
                "shasum": ""
            },
            "require": {
Jonas Leder's avatar
Jonas Leder committed
                "php": ">=8.2"
Jonas Leder's avatar
Jonas Leder committed
            },
            "conflict": {
Jonas Leder's avatar
Jonas Leder committed
                "symfony/http-foundation": "<6.4"
Jonas Leder's avatar
Jonas Leder committed
            },
            "require-dev": {
Jonas Leder's avatar
Jonas Leder committed
                "symfony/http-client": "^6.4|^7.0",
                "symfony/http-foundation": "^6.4|^7.0",
                "symfony/http-kernel": "^6.4|^7.0"
Jonas Leder's avatar
Jonas Leder committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Asset\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
            "homepage": "https://symfony.com",
            "support": {
Jonas Leder's avatar
Jonas Leder committed
                "source": "https://github.com/symfony/asset/tree/v7.0.0"
Jonas Leder's avatar
Jonas Leder committed
            },
            "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"
                }
            ],
Jonas Leder's avatar
Jonas Leder committed
            "time": "2023-10-31T17:59:56+00:00"
Jonas Leder's avatar
Jonas Leder committed
        },
        {
            "name": "symfony/cache",
Jonas Leder's avatar
Jonas Leder committed
            "version": "v7.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache.git",
Jonas Leder's avatar
Jonas Leder committed
                "reference": "378e30a864c868d635353f103a5a5e7569f029ec"
            },
            "dist": {
                "type": "zip",
Jonas Leder's avatar
Jonas Leder committed
                "url": "https://api.github.com/repos/symfony/cache/zipball/378e30a864c868d635353f103a5a5e7569f029ec",
                "reference": "378e30a864c868d635353f103a5a5e7569f029ec",
                "shasum": ""
            },
            "require": {
Jonas Leder's avatar
Jonas Leder committed
                "php": ">=8.2",
                "psr/cache": "^2.0|^3.0",
                "psr/log": "^1.1|^2|^3",
Renovate Bot's avatar
Renovate Bot committed
                "symfony/cache-contracts": "^2.5|^3",
                "symfony/service-contracts": "^2.5|^3",
Jonas Leder's avatar
Jonas Leder committed
                "symfony/var-exporter": "^6.4|^7.0"
            },
            "conflict": {
Jonas Leder's avatar
Jonas Leder committed
                "doctrine/dbal": "<3.6",
                "symfony/dependency-injection": "<6.4",
                "symfony/http-kernel": "<6.4",
                "symfony/var-dumper": "<6.4"
            },
            "provide": {
                "psr/cache-implementation": "2.0|3.0",
                "psr/simple-cache-implementation": "1.0|2.0|3.0",
                "symfony/cache-implementation": "1.1|2.0|3.0"
            },
            "require-dev": {
                "cache/integration-tests": "dev-master",
Jonas Leder's avatar
Jonas Leder committed
                "doctrine/dbal": "^3.6|^4",
Renovate Bot's avatar
Renovate Bot committed
                "predis/predis": "^1.1|^2.0",
                "psr/simple-cache": "^1.0|^2.0|^3.0",
Jonas Leder's avatar
Jonas Leder committed
                "symfony/config": "^6.4|^7.0",
                "symfony/dependency-injection": "^6.4|^7.0",
                "symfony/filesystem": "^6.4|^7.0",
                "symfony/http-kernel": "^6.4|^7.0",
                "symfony/messenger": "^6.4|^7.0",
                "symfony/var-dumper": "^6.4|^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Cache\\": ""
                },
                "classmap": [
                    "Traits/ValueWrapper.php"
                ],
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "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": "Provides extended PSR-6, PSR-16 (and tags) implementations",
            "homepage": "https://symfony.com",
            "keywords": [
                "caching",
                "psr6"
            ],
            "support": {
Jonas Leder's avatar
Jonas Leder committed
                "source": "https://github.com/symfony/cache/tree/v7.0.2"
            },
            "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"
                }
            ],
Jonas Leder's avatar
Jonas Leder committed
            "time": "2023-12-29T15:37:40+00:00"
        },
        {
            "name": "symfony/cache-contracts",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/cache-contracts.git",
                "reference": "1d74b127da04ffa87aa940abe15446fa89653778"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/1d74b127da04ffa87aa940abe15446fa89653778",
                "reference": "1d74b127da04ffa87aa940abe15446fa89653778",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/cache": "^3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Renovate Bot's avatar
Renovate Bot committed
                    "dev-main": "3.4-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
Loading
Loading full blame...