Skip to content
Snippets Groups Projects
composer.lock 316 KiB
Newer Older
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
                "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "symfony/polyfill-intl-normalizer": "^1.10",
                "symfony/polyfill-php72": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Laurent Bassin",
                    "email": "laurent@bassin.info"
                },
                {
                    "name": "Trevor Rowbotham",
                    "email": "trevor.rowbotham@pm.me"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "idn",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
            },
            "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"
                }
            ],
            "time": "2021-05-27T09:27:20+00:00"
        },
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.23.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "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": "Symfony polyfill for intl's Normalizer class and related functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
            },
            "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"
                }
            ],
            "time": "2021-02-19T12:13:01+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.23.1",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-05-27T12:26:48+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "v1.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
            },
            "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"
                }
            ],
            "time": "2021-05-27T09:17:38+00:00"
        },
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.23.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
                "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "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": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
                "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
            },
            "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"
                }
            ],
            "time": "2021-02-19T12:13:01+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.23.1",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
                "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-07-28T13:41:28+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.23.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "e66119f3de95efc359483f810c4c3e6436279436"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
                "reference": "e66119f3de95efc359483f810c4c3e6436279436",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php81\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "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": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
            },
            "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"
                }
            ],
            "time": "2021-05-21T13:25:03+00:00"
        },
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        {
            "name": "symfony/property-access",
            "version": "v5.3.7",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/property-access.git",
                "reference": "a4bbf09b8f3e2d2c89cc2c8b3d6682bf4c3d5589"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/property-access/zipball/a4bbf09b8f3e2d2c89cc2c8b3d6682bf4c3d5589",
                "reference": "a4bbf09b8f3e2d2c89cc2c8b3d6682bf4c3d5589",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1",
                "symfony/polyfill-php80": "^1.16",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/property-info": "^5.2"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/cache": "^4.4|^5.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "suggest": {
                "psr/cache-implementation": "To cache access methods."
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\PropertyAccess\\": ""
                },
                "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"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "description": "Provides functions to read and write from/to an object or array using a simple string notation",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
            "keywords": [
                "access",
                "array",
                "extraction",
                "index",
                "injection",
                "object",
                "property",
                "property path",
                "reflection"
            ],
                "source": "https://github.com/symfony/property-access/tree/v5.3.7"
            },
            "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"
                }
            ],
            "time": "2021-08-09T12:23:10+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/property-info",
            "version": "v5.3.7",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/property-info.git",
                "reference": "7202b6c93a07df5df83eb58e3757dffb77fc5d90"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/property-info/zipball/7202b6c93a07df5df83eb58e3757dffb77fc5d90",
                "reference": "7202b6c93a07df5df83eb58e3757dffb77fc5d90",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1",
                "symfony/polyfill-php80": "^1.16",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/string": "^5.1"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "conflict": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/dependency-injection": "<4.4"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "doctrine/annotations": "^1.10.4",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/cache": "^4.4|^5.0",
                "symfony/dependency-injection": "^4.4|^5.0",
                "symfony/serializer": "^4.4|^5.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "suggest": {
                "phpdocumentor/reflection-docblock": "To use the PHPDoc",
                "psr/cache-implementation": "To cache results",
                "symfony/doctrine-bridge": "To use Doctrine metadata",
                "symfony/serializer": "To use Serializer metadata"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\PropertyInfo\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kévin Dunglas",
                    "email": "dunglas@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "description": "Extracts information about PHP class' properties using metadata of popular sources",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
            "keywords": [
                "doctrine",
                "phpdoc",
                "property",
                "symfony",
                "type",
                "validator"
            ],
                "source": "https://github.com/symfony/property-info/tree/v5.3.7"
            },
            "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"
                }
            ],
            "time": "2021-08-23T12:57:24+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/routing",
            "version": "v5.3.7",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "be865017746fe869007d94220ad3f5297951811b"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/routing/zipball/be865017746fe869007d94220ad3f5297951811b",
                "reference": "be865017746fe869007d94220ad3f5297951811b",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1",
                "symfony/polyfill-php80": "^1.16"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "conflict": {
                "doctrine/annotations": "<1.12",
                "symfony/config": "<5.3",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/dependency-injection": "<4.4",
                "symfony/yaml": "<4.4"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
                "doctrine/annotations": "^1.12",
                "psr/log": "^1|^2|^3",
                "symfony/config": "^5.3",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/dependency-injection": "^4.4|^5.0",
                "symfony/expression-language": "^4.4|^5.0",
                "symfony/http-foundation": "^4.4|^5.0",
                "symfony/yaml": "^4.4|^5.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "suggest": {
                "symfony/config": "For using the all-in-one router or any loader",
                "symfony/expression-language": "For using expression matching",
                "symfony/http-foundation": "For using a Symfony Request object",
                "symfony/yaml": "For using the YAML loader"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Routing\\": ""
                },
                "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": "Maps an HTTP request to a set of configuration variables",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
            "keywords": [
                "router",
                "routing",
                "uri",
                "url"
            ],
            "support": {
                "source": "https://github.com/symfony/routing/tree/v5.3.7"
            },
            "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"
                }
            ],
            "time": "2021-08-04T21:42:42+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/security-bundle",
            "version": "v5.3.7",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/security-bundle.git",
                "reference": "aed98f8ca60f1fb474a4db3ade066155d2b040f7"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/security-bundle/zipball/aed98f8ca60f1fb474a4db3ade066155d2b040f7",
                "reference": "aed98f8ca60f1fb474a4db3ade066155d2b040f7",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
                "ext-xml": "*",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "symfony/config": "^4.4|^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/dependency-injection": "^5.3",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/deprecation-contracts": "^2.1",
                "symfony/event-dispatcher": "^5.1",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/http-foundation": "^5.3",
                "symfony/http-kernel": "^5.3",
                "symfony/password-hasher": "^5.3",
                "symfony/polyfill-php80": "^1.16",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/security-core": "^5.3",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/security-csrf": "^4.4|^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/security-guard": "^5.3",
                "symfony/security-http": "^5.3.2"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "conflict": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/browser-kit": "<4.4",
                "symfony/console": "<4.4",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/framework-bundle": "<4.4",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/ldap": "<5.1",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/twig-bundle": "<4.4"
            },
            "require-dev": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "doctrine/annotations": "^1.10.4",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/asset": "^4.4|^5.0",
                "symfony/browser-kit": "^4.4|^5.0",
                "symfony/console": "^4.4|^5.0",
                "symfony/css-selector": "^4.4|^5.0",
                "symfony/dom-crawler": "^4.4|^5.0",
                "symfony/expression-language": "^4.4|^5.0",
                "symfony/form": "^4.4|^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/framework-bundle": "^5.3",
                "symfony/ldap": "^5.3",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/process": "^4.4|^5.0",
                "symfony/rate-limiter": "^5.2",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/serializer": "^4.4|^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/translation": "^4.4|^5.0",
                "symfony/twig-bridge": "^4.4|^5.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/twig-bundle": "^4.4|^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/validator": "^4.4|^5.0",
                "symfony/yaml": "^4.4|^5.0",
                "twig/twig": "^2.13|^3.0.4"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\SecurityBundle\\": ""
                },
                "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"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "support": {
                "source": "https://github.com/symfony/security-bundle/tree/v5.3.7"
Reiter, Christoph's avatar
Reiter, Christoph 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"
                }
            ],
            "time": "2021-08-17T15:45:42+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/security-core",
            "version": "v5.3.7",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/security-core.git",
                "reference": "bd3a055d1092a46f6b6599bcda5a7624cd804cb1"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/security-core/zipball/bd3a055d1092a46f6b6599bcda5a7624cd804cb1",
                "reference": "bd3a055d1092a46f6b6599bcda5a7624cd804cb1",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/event-dispatcher-contracts": "^1.1|^2",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/password-hasher": "^5.3",
                "symfony/polyfill-php80": "^1.16",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/service-contracts": "^1.1.6|^2"
            },
            "conflict": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/event-dispatcher": "<4.4",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/http-foundation": "<5.3",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/ldap": "<4.4",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/security-guard": "<4.4",
                "symfony/validator": "<5.2"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "psr/cache": "^1.0|^2.0|^3.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "psr/container": "^1.0|^2.0",
                "psr/log": "^1|^2|^3",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/cache": "^4.4|^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/event-dispatcher": "^4.4|^5.0",
                "symfony/expression-language": "^4.4|^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/http-foundation": "^5.3",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/ldap": "^4.4|^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/translation": "^4.4|^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/validator": "^5.2"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "suggest": {
                "psr/container-implementation": "To instantiate the Security class",
                "symfony/event-dispatcher": "",
                "symfony/expression-language": "For using the expression voter",
                "symfony/http-foundation": "",
                "symfony/ldap": "For using LDAP integration",
                "symfony/validator": "For using the user password constraint"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Security\\Core\\": ""
                },
                "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": "Symfony Security Component - Core Library",
            "homepage": "https://symfony.com",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "support": {
                "source": "https://github.com/symfony/security-core/tree/v5.3.7"
Reiter, Christoph's avatar
Reiter, Christoph committed
            },