Skip to content
Snippets Groups Projects
composer.lock 354 KiB
Newer Older
Akex's avatar
Akex committed
{
    "_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"
    ],
Akex's avatar
Akex committed
    "content-hash": "b7c50c5c3fad13d08d3f7194e570a372",
Akex's avatar
Akex committed
    "packages": [
        {
Akex's avatar
Akex committed
            "name": "composer/semver",
            "version": "3.4.0",
Akex's avatar
Akex committed
            "source": {
                "type": "git",
Akex's avatar
Akex committed
                "url": "https://github.com/composer/semver.git",
                "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
Akex's avatar
Akex committed
            },
            "dist": {
                "type": "zip",
Akex's avatar
Akex committed
                "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
                "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
Akex's avatar
Akex committed
                "shasum": ""
            },
            "require": {
Akex's avatar
Akex committed
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.4",
                "symfony/phpunit-bridge": "^4.2 || ^5"
Akex's avatar
Akex committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Akex's avatar
Akex committed
                    "dev-main": "3.x-dev"
Akex's avatar
Akex committed
                }
            },
            "autoload": {
                "psr-4": {
Akex's avatar
Akex committed
                    "Composer\\Semver\\": "src"
Akex's avatar
Akex committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Akex's avatar
Akex committed
                    "name": "Nils Adermann",
                    "email": "naderman@naderman.de",
                    "homepage": "http://www.naderman.de"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                },
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com",
                    "homepage": "http://robbast.nl"
Akex's avatar
Akex committed
                }
            ],
Akex's avatar
Akex committed
            "description": "Semver library that offers utilities, version constraint parsing and validation.",
Akex's avatar
Akex committed
            "keywords": [
Akex's avatar
Akex committed
                "semantic",
                "semver",
                "validation",
                "versioning"
Akex's avatar
Akex committed
            ],
            "support": {
Akex's avatar
Akex committed
                "irc": "ircs://irc.libera.chat:6697/composer",
                "issues": "https://github.com/composer/semver/issues",
                "source": "https://github.com/composer/semver/tree/3.4.0"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
            "time": "2023-08-31T09:50:34+00:00"
Akex's avatar
Akex committed
        },
        {
Akex's avatar
Akex committed
            "name": "doctrine/cache",
            "version": "2.2.0",
Akex's avatar
Akex committed
            "source": {
                "type": "git",
Akex's avatar
Akex committed
                "url": "https://github.com/doctrine/cache.git",
                "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
Akex's avatar
Akex committed
            },
            "dist": {
                "type": "zip",
Akex's avatar
Akex committed
                "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
                "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
Akex's avatar
Akex committed
                "shasum": ""
            },
            "require": {
Akex's avatar
Akex committed
                "php": "~7.1 || ^8.0"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "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"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "type": "library",
Akex's avatar
Akex committed
            "autoload": {
                "psr-4": {
Akex's avatar
Akex committed
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
Akex's avatar
Akex committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Akex's avatar
Akex committed
                    "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"
Akex's avatar
Akex committed
                }
            ],
Akex's avatar
Akex committed
            "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",
Akex's avatar
Akex committed
            "keywords": [
Akex's avatar
Akex committed
                "abstraction",
                "apcu",
                "cache",
                "caching",
                "couchdb",
                "memcached",
                "php",
                "redis",
                "xcache"
Akex's avatar
Akex committed
            ],
            "support": {
Akex's avatar
Akex committed
                "issues": "https://github.com/doctrine/cache/issues",
                "source": "https://github.com/doctrine/cache/tree/2.2.0"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex 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%2Fcache",
                    "type": "tidelift"
                }
            ],
            "time": "2022-05-20T20:07:39+00:00"
Akex's avatar
Akex committed
        },
        {
Akex's avatar
Akex committed
            "name": "doctrine/collections",
            "version": "2.2.1",
Akex's avatar
Akex committed
            "source": {
                "type": "git",
Akex's avatar
Akex committed
                "url": "https://github.com/doctrine/collections.git",
                "reference": "420480fc085bc65f3c956af13abe8e7546f94813"
Akex's avatar
Akex committed
            },
            "dist": {
                "type": "zip",
Akex's avatar
Akex committed
                "url": "https://api.github.com/repos/doctrine/collections/zipball/420480fc085bc65f3c956af13abe8e7546f94813",
                "reference": "420480fc085bc65f3c956af13abe8e7546f94813",
Akex's avatar
Akex committed
                "shasum": ""
            },
            "require": {
Akex's avatar
Akex committed
                "doctrine/deprecations": "^1",
                "php": "^8.1"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "require-dev": {
                "doctrine/coding-standard": "^12",
                "ext-json": "*",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-phpunit": "^1.0",
                "phpunit/phpunit": "^10.5",
                "vimeo/psalm": "^5.11"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "type": "library",
Akex's avatar
Akex committed
            "autoload": {
                "psr-4": {
Akex's avatar
Akex committed
                    "Doctrine\\Common\\Collections\\": "src"
Akex's avatar
Akex committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Akex's avatar
Akex committed
                    "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"
Akex's avatar
Akex committed
                }
            ],
Akex's avatar
Akex committed
            "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
            "homepage": "https://www.doctrine-project.org/projects/collections.html",
Akex's avatar
Akex committed
            "keywords": [
Akex's avatar
Akex committed
                "array",
                "collections",
                "iterators",
                "php"
Akex's avatar
Akex committed
            ],
            "support": {
Akex's avatar
Akex committed
                "issues": "https://github.com/doctrine/collections/issues",
                "source": "https://github.com/doctrine/collections/tree/2.2.1"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex 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": "2024-03-05T22:28:45+00:00"
Akex's avatar
Akex committed
        },
        {
Akex's avatar
Akex committed
            "name": "doctrine/dbal",
            "version": "3.8.3",
Akex's avatar
Akex committed
            "source": {
                "type": "git",
Akex's avatar
Akex committed
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "db922ba9436b7b18a23d1653a0b41ff2369ca41c"
Akex's avatar
Akex committed
            },
            "dist": {
                "type": "zip",
Akex's avatar
Akex committed
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/db922ba9436b7b18a23d1653a0b41ff2369ca41c",
                "reference": "db922ba9436b7b18a23d1653a0b41ff2369ca41c",
Akex's avatar
Akex committed
                "shasum": ""
            },
            "require": {
Akex's avatar
Akex committed
                "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"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "require-dev": {
                "doctrine/coding-standard": "12.0.0",
                "fig/log-test": "^1",
                "jetbrains/phpstorm-stubs": "2023.1",
                "phpstan/phpstan": "1.10.58",
                "phpstan/phpstan-strict-rules": "^1.5",
                "phpunit/phpunit": "9.6.16",
                "psalm/plugin-phpunit": "0.18.4",
                "slevomat/coding-standard": "8.13.1",
                "squizlabs/php_codesniffer": "3.9.0",
                "symfony/cache": "^5.4|^6.0|^7.0",
                "symfony/console": "^4.4|^5.4|^6.0|^7.0",
                "vimeo/psalm": "4.30.0"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "suggest": {
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
            },
            "bin": [
                "bin/doctrine-dbal"
            ],
            "type": "library",
Akex's avatar
Akex committed
            "autoload": {
                "psr-4": {
Akex's avatar
Akex committed
                    "Doctrine\\DBAL\\": "src"
Akex's avatar
Akex committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Akex's avatar
Akex committed
                    "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"
Akex's avatar
Akex committed
                }
            ],
Akex's avatar
Akex committed
            "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",
Akex's avatar
Akex committed
            "keywords": [
Akex's avatar
Akex committed
                "abstraction",
                "database",
                "db2",
                "dbal",
                "mariadb",
                "mssql",
                "mysql",
                "oci8",
                "oracle",
                "pdo",
                "pgsql",
                "postgresql",
                "queryobject",
                "sasql",
                "sql",
                "sqlite",
                "sqlserver",
                "sqlsrv"
Akex's avatar
Akex committed
            ],
            "support": {
Akex's avatar
Akex committed
                "issues": "https://github.com/doctrine/dbal/issues",
                "source": "https://github.com/doctrine/dbal/tree/3.8.3"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex 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%2Fdbal",
                    "type": "tidelift"
                }
            ],
            "time": "2024-03-03T15:55:06+00:00"
Akex's avatar
Akex committed
        },
        {
Akex's avatar
Akex committed
            "name": "doctrine/deprecations",
            "version": "1.1.3",
Akex's avatar
Akex committed
            "source": {
                "type": "git",
Akex's avatar
Akex committed
                "url": "https://github.com/doctrine/deprecations.git",
                "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
Akex's avatar
Akex committed
            },
            "dist": {
                "type": "zip",
Akex's avatar
Akex committed
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
                "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
Akex's avatar
Akex committed
                "shasum": ""
            },
            "require": {
Akex's avatar
Akex committed
                "php": "^7.1 || ^8.0"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "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"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "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.3"
            },
            "time": "2024-01-30T19:34:25+00:00"
        },
        {
            "name": "doctrine/doctrine-bundle",
            "version": "2.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineBundle.git",
                "reference": "5418e811a14724068e95e0ba43353b903ada530f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/5418e811a14724068e95e0ba43353b903ada530f",
                "reference": "5418e811a14724068e95e0ba43353b903ada530f",
                "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",
                "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": {
                "doctrine/annotations": ">=3.0",
                "doctrine/orm": "<2.17 || >=4.0",
                "twig/twig": "<1.34 || >=2.0 <2.4"
Akex's avatar
Akex committed
            },
            "require-dev": {
Akex's avatar
Akex committed
                "doctrine/annotations": "^1 || ^2",
                "doctrine/coding-standard": "^12",
                "doctrine/deprecations": "^1.0",
                "doctrine/orm": "^2.17 || ^3.0",
                "friendsofphp/proxy-manager-lts": "^1.0",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.18.4",
                "psalm/plugin-symfony": "^5",
                "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/stopwatch": "^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",
                "vimeo/psalm": "^5.15"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "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",
Akex's avatar
Akex committed
            "autoload": {
                "psr-4": {
Akex's avatar
Akex committed
                    "Doctrine\\Bundle\\DoctrineBundle\\": "src"
                }
Akex's avatar
Akex committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Akex's avatar
Akex committed
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
Akex's avatar
Akex committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
Akex's avatar
Akex committed
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "https://www.doctrine-project.org/"
Akex's avatar
Akex committed
                }
            ],
Akex's avatar
Akex committed
            "description": "Symfony DoctrineBundle",
            "homepage": "https://www.doctrine-project.org",
Akex's avatar
Akex committed
            "keywords": [
Akex's avatar
Akex committed
                "database",
                "dbal",
                "orm",
                "persistence"
Akex's avatar
Akex committed
            ],
            "support": {
Akex's avatar
Akex committed
                "issues": "https://github.com/doctrine/DoctrineBundle/issues",
                "source": "https://github.com/doctrine/DoctrineBundle/tree/2.12.0"
Akex's avatar
Akex committed
            },
            "funding": [
                {
Akex's avatar
Akex committed
                    "url": "https://www.doctrine-project.org/sponsorship.html",
Akex's avatar
Akex committed
                    "type": "custom"
                },
                {
Akex's avatar
Akex committed
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
Akex's avatar
Akex committed
                },
                {
Akex's avatar
Akex committed
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
Akex's avatar
Akex committed
                    "type": "tidelift"
                }
            ],
Akex's avatar
Akex committed
            "time": "2024-03-19T07:20:37+00:00"
Akex's avatar
Akex committed
        },
        {
Akex's avatar
Akex committed
            "name": "doctrine/doctrine-migrations-bundle",
            "version": "3.3.0",
Akex's avatar
Akex committed
            "source": {
                "type": "git",
Akex's avatar
Akex committed
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
                "reference": "1dd42906a5fb9c5960723e2ebb45c68006493835"
Akex's avatar
Akex committed
            },
            "dist": {
                "type": "zip",
Akex's avatar
Akex committed
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1dd42906a5fb9c5960723e2ebb45c68006493835",
                "reference": "1dd42906a5fb9c5960723e2ebb45c68006493835",
Akex's avatar
Akex committed
                "shasum": ""
            },
            "require": {
Akex's avatar
Akex committed
                "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"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "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"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "type": "symfony-bundle",
Akex's avatar
Akex committed
            "autoload": {
                "psr-4": {
Akex's avatar
Akex committed
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
Akex's avatar
Akex committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Akex's avatar
Akex committed
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "https://www.doctrine-project.org"
Akex's avatar
Akex committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
Akex's avatar
Akex committed
            "description": "Symfony DoctrineMigrationsBundle",
            "homepage": "https://www.doctrine-project.org",
Akex's avatar
Akex committed
            "keywords": [
Akex's avatar
Akex committed
                "dbal",
                "migrations",
                "schema"
Akex's avatar
Akex committed
            ],
            "support": {
Akex's avatar
Akex committed
                "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
                "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.3.0"
Akex's avatar
Akex committed
            },
            "funding": [
                {
Akex's avatar
Akex committed
                    "url": "https://www.doctrine-project.org/sponsorship.html",
Akex's avatar
Akex committed
                    "type": "custom"
                },
                {
Akex's avatar
Akex committed
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
Akex's avatar
Akex committed
                },
                {
Akex's avatar
Akex committed
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
Akex's avatar
Akex committed
                    "type": "tidelift"
                }
            ],
Akex's avatar
Akex committed
            "time": "2023-11-13T19:44:41+00:00"
Akex's avatar
Akex committed
        },
        {
Akex's avatar
Akex committed
            "name": "doctrine/event-manager",
            "version": "2.0.0",
Akex's avatar
Akex committed
            "source": {
                "type": "git",
Akex's avatar
Akex committed
                "url": "https://github.com/doctrine/event-manager.git",
                "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32"
Akex's avatar
Akex committed
            },
            "dist": {
                "type": "zip",
Akex's avatar
Akex committed
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32",
                "reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32",
Akex's avatar
Akex committed
                "shasum": ""
            },
            "require": {
Akex's avatar
Akex committed
                "php": "^8.1"
Akex's avatar
Akex committed
            },
            "conflict": {
Akex's avatar
Akex committed
                "doctrine/common": "<2.9"
Akex's avatar
Akex committed
            },
            "require-dev": {
Akex's avatar
Akex committed
                "doctrine/coding-standard": "^10",
                "phpstan/phpstan": "^1.8.8",
                "phpunit/phpunit": "^9.5",
                "vimeo/psalm": "^4.28"
Akex's avatar
Akex committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
Akex's avatar
Akex committed
                    "Doctrine\\Common\\": "src"
                }
Akex's avatar
Akex committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Akex's avatar
Akex committed
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
Akex's avatar
Akex committed
                },
                {
Akex's avatar
Akex committed
                    "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"
Akex's avatar
Akex committed
                }
            ],
Akex's avatar
Akex committed
            "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"
            ],
Akex's avatar
Akex committed
            "support": {
Akex's avatar
Akex committed
                "issues": "https://github.com/doctrine/event-manager/issues",
                "source": "https://github.com/doctrine/event-manager/tree/2.0.0"
Akex's avatar
Akex committed
            },
            "funding": [
                {
Akex's avatar
Akex committed
                    "url": "https://www.doctrine-project.org/sponsorship.html",
Akex's avatar
Akex committed
                    "type": "custom"
                },
                {
Akex's avatar
Akex committed
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
Akex's avatar
Akex committed
                },
                {
Akex's avatar
Akex committed
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
Akex's avatar
Akex committed
                    "type": "tidelift"
                }
            ],
Akex's avatar
Akex committed
            "time": "2022-10-12T20:59:15+00:00"
Akex's avatar
Akex committed
        },
        {
Akex's avatar
Akex committed
            "name": "doctrine/inflector",
            "version": "2.0.10",
Akex's avatar
Akex committed
            "source": {
                "type": "git",
Akex's avatar
Akex committed
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
Akex's avatar
Akex committed
            },
            "dist": {
                "type": "zip",
Akex's avatar
Akex committed
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
                "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
Akex's avatar
Akex committed
                "shasum": ""
            },
            "require": {
Akex's avatar
Akex committed
                "php": "^7.2 || ^8.0"
Akex's avatar
Akex committed
            },
            "require-dev": {
Akex's avatar
Akex committed
                "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"
Akex's avatar
Akex committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
Akex's avatar
Akex committed
                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
                }
Akex's avatar
Akex committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Akex's avatar
Akex committed
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
Akex's avatar
Akex committed
                },
                {
Akex's avatar
Akex committed
                    "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"
Akex's avatar
Akex committed
                }
            ],
Akex's avatar
Akex committed
            "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",
Akex's avatar
Akex committed
            "keywords": [
Akex's avatar
Akex committed
                "inflection",
                "inflector",
                "lowercase",
                "manipulation",
                "php",
                "plural",
                "singular",
                "strings",
                "uppercase",
                "words"
Akex's avatar
Akex committed
            ],
            "support": {
Akex's avatar
Akex committed
                "issues": "https://github.com/doctrine/inflector/issues",
                "source": "https://github.com/doctrine/inflector/tree/2.0.10"
Akex's avatar
Akex committed
            },
            "funding": [
                {
Akex's avatar
Akex committed
                    "url": "https://www.doctrine-project.org/sponsorship.html",
Akex's avatar
Akex committed
                    "type": "custom"
                },
                {
Akex's avatar
Akex committed
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
Akex's avatar
Akex committed
                },
                {
Akex's avatar
Akex committed
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
Akex's avatar
Akex committed
                    "type": "tidelift"
                }
            ],
Akex's avatar
Akex committed
            "time": "2024-02-18T20:23:39+00:00"
Akex's avatar
Akex committed
        },
        {
Akex's avatar
Akex committed
            "name": "doctrine/instantiator",
            "version": "2.0.0",
Akex's avatar
Akex committed
            "source": {
                "type": "git",
Akex's avatar
Akex committed
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
Akex's avatar
Akex committed
            },
            "dist": {
                "type": "zip",
Akex's avatar
Akex committed
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
Akex's avatar
Akex committed
                "shasum": ""
            },
            "require": {
Akex's avatar
Akex committed
                "php": "^8.1"
Akex's avatar
Akex committed
            },
            "require-dev": {
Akex's avatar
Akex committed
                "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"
Akex's avatar
Akex committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
Akex's avatar
Akex committed
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
Akex's avatar
Akex committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Akex's avatar
Akex committed
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "https://ocramius.github.io/"
Akex's avatar
Akex committed
                }
            ],
Akex's avatar
Akex committed
            "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"
            ],
Akex's avatar
Akex committed
            "support": {
Akex's avatar
Akex committed
                "issues": "https://github.com/doctrine/instantiator/issues",
                "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
Akex's avatar
Akex committed
            },
            "funding": [
                {
Akex's avatar
Akex committed
                    "url": "https://www.doctrine-project.org/sponsorship.html",
Akex's avatar
Akex committed
                    "type": "custom"
                },
                {
Akex's avatar
Akex committed
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
Akex's avatar
Akex committed
                },
                {
Akex's avatar
Akex committed
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
Akex's avatar
Akex committed
                    "type": "tidelift"
                }
            ],
Akex's avatar
Akex committed
            "time": "2022-12-30T00:23:10+00:00"
Akex's avatar
Akex committed
        },
        {
Akex's avatar
Akex committed
            "name": "doctrine/lexer",
            "version": "3.0.1",
Akex's avatar
Akex committed
            "source": {
                "type": "git",
Akex's avatar
Akex committed
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
Akex's avatar
Akex committed
            },
            "dist": {
                "type": "zip",
Akex's avatar
Akex committed
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
                "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
Akex's avatar
Akex committed
                "shasum": ""
            },
            "require": {
Akex's avatar
Akex committed
                "php": "^8.1"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "require-dev": {
                "doctrine/coding-standard": "^12",
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^10.5",
                "psalm/plugin-phpunit": "^0.18.3",
                "vimeo/psalm": "^5.21"
Akex's avatar
Akex committed
            },
Akex's avatar
Akex committed
            "type": "library",
Akex's avatar
Akex committed
            "autoload": {
Akex's avatar
Akex committed
                "psr-4": {
                    "Doctrine\\Common\\Lexer\\": "src"
                }
Akex's avatar
Akex committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Akex's avatar
Akex committed
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
Akex's avatar
Akex committed
                },
                {
Akex's avatar
Akex committed
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
Akex's avatar
Akex committed
                }
            ],
Akex's avatar
Akex committed
            "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"
            ],
Akex's avatar
Akex committed
            "support": {
Akex's avatar
Akex committed
                "issues": "https://github.com/doctrine/lexer/issues",
                "source": "https://github.com/doctrine/lexer/tree/3.0.1"
Akex's avatar
Akex committed
            },
            "funding": [
                {
Akex's avatar
Akex committed
                    "url": "https://www.doctrine-project.org/sponsorship.html",
Akex's avatar
Akex committed
                    "type": "custom"
                },
                {
Akex's avatar
Akex committed
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
Akex's avatar
Akex committed
                },
                {
Akex's avatar
Akex committed
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
Akex's avatar
Akex committed
                    "type": "tidelift"
                }
            ],
Akex's avatar
Akex committed
            "time": "2024-02-05T11:56:58+00:00"
Akex's avatar
Akex committed
        },
        {
Akex's avatar
Akex committed
            "name": "doctrine/migrations",
            "version": "3.7.4",
Akex's avatar
Akex committed
            "source": {
                "type": "git",
Akex's avatar
Akex committed
                "url": "https://github.com/doctrine/migrations.git",
                "reference": "954e0a314c2f0eb9fb418210445111747de254a6"
Akex's avatar
Akex committed
            },
            "dist": {
                "type": "zip",
Akex's avatar
Akex committed
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/954e0a314c2f0eb9fb418210445111747de254a6",
                "reference": "954e0a314c2f0eb9fb418210445111747de254a6",
Akex's avatar
Akex committed
                "shasum": ""
            },
            "require": {
Akex's avatar
Akex committed
                "composer-runtime-api": "^2",
                "doctrine/dbal": "^3.5.1 || ^4",
                "doctrine/deprecations": "^0.5.3 || ^1",
                "doctrine/event-manager": "^1.2 || ^2.0",
                "php": "^8.1",
                "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"
Akex's avatar
Akex committed
            },
            "conflict": {
Akex's avatar
Akex committed
                "doctrine/orm": "<2.12 || >=4"
Akex's avatar
Akex committed
            },
            "require-dev": {
Akex's avatar
Akex committed
                "doctrine/coding-standard": "^12",
                "doctrine/orm": "^2.13 || ^3",
                "doctrine/persistence": "^2 || ^3",