Skip to content
Snippets Groups Projects
composer.lock 242 KiB
Newer Older
  • Learn to ignore specific revisions
  • {
        "_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": {
    
                },
                "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": {
    
                },
                "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",