Skip to content
Snippets Groups Projects
composer.lock 606 KiB
Newer Older
bcweaver's avatar
bcweaver committed
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
Brian Weaver's avatar
Brian Weaver committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
bcweaver's avatar
bcweaver committed
                }
            ],
            "description": "PSR HTTP message bridge",
            "homepage": "http://symfony.com",
            "keywords": [
                "http",
                "http-message",
bcweaver's avatar
bcweaver committed
                "psr-7"
            ],
            "support": {
                "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
                "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.3"
Brian Weaver's avatar
Brian Weaver 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": "2022-09-05T10:34:54+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "symfony/routing",
            "version": "v4.4.44",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae",
                "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
Michael Lee's avatar
Michael Lee committed
                "php": ">=7.1.3",
                "symfony/polyfill-php80": "^1.16"
bcweaver's avatar
bcweaver committed
            },
            "conflict": {
Brian Weaver's avatar
Brian Weaver committed
                "symfony/config": "<4.2",
                "symfony/dependency-injection": "<3.4",
bcweaver's avatar
bcweaver committed
                "symfony/yaml": "<3.4"
            },
            "require-dev": {
Brian Weaver's avatar
Brian Weaver committed
                "doctrine/annotations": "^1.10.4",
Michael Lee's avatar
Michael Lee committed
                "psr/log": "^1|^2|^3",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/config": "^4.2|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/http-foundation": "^3.4|^4.0|^5.0",
                "symfony/yaml": "^3.4|^4.0|^5.0"
bcweaver's avatar
bcweaver committed
            },
            "suggest": {
                "doctrine/annotations": "For using the annotation loader",
                "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"
                }
            ],
Brian Weaver's avatar
Brian Weaver committed
            "description": "Maps an HTTP request to a set of configuration variables",
bcweaver's avatar
bcweaver committed
            "homepage": "https://symfony.com",
            "keywords": [
                "router",
                "routing",
                "uri",
                "url"
            ],
                "source": "https://github.com/symfony/routing/tree/v4.4.44"
            },
            "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": "2022-07-20T09:59:04+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "symfony/serializer",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/serializer.git",
                "reference": "6e01d63c55657930a6de03d6e36aae50af98888d"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/serializer/zipball/6e01d63c55657930a6de03d6e36aae50af98888d",
                "reference": "6e01d63c55657930a6de03d6e36aae50af98888d",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
Brian Weaver's avatar
Brian Weaver committed
                "php": ">=7.1.3",
Michael Lee's avatar
Michael Lee committed
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-php80": "^1.16"
bcweaver's avatar
bcweaver committed
            },
            "conflict": {
Brian Weaver's avatar
Brian Weaver committed
                "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
                "phpdocumentor/type-resolver": "<0.3.0|1.3.*",
                "symfony/dependency-injection": "<3.4",
                "symfony/property-access": "<3.4",
                "symfony/property-info": "<3.4",
bcweaver's avatar
bcweaver committed
                "symfony/yaml": "<3.4"
            },
            "require-dev": {
Brian Weaver's avatar
Brian Weaver committed
                "doctrine/annotations": "^1.10.4",
                "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
                "symfony/cache": "^3.4|^4.0|^5.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/error-handler": "^4.4|^5.0",
                "symfony/http-foundation": "^3.4|^4.0|^5.0",
                "symfony/mime": "^4.4|^5.0",
                "symfony/property-access": "^4.4.36|^5.3.13",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/property-info": "^3.4.13|~4.0|^5.0",
                "symfony/validator": "^3.4|^4.0|^5.0",
                "symfony/yaml": "^3.4|^4.0|^5.0"
bcweaver's avatar
bcweaver committed
            },
            "suggest": {
Brian Weaver's avatar
Brian Weaver committed
                "doctrine/annotations": "For using the annotation mapping.",
bcweaver's avatar
bcweaver committed
                "psr/cache-implementation": "For using the metadata cache.",
                "symfony/config": "For using the XML mapping loader.",
bcweaver's avatar
bcweaver committed
                "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
bcweaver's avatar
bcweaver committed
                "symfony/property-access": "For using the ObjectNormalizer.",
                "symfony/property-info": "To deserialize relations.",
                "symfony/yaml": "For using the default YAML mapping loader."
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Serializer\\": ""
                },
                "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"
                }
            ],
Brian Weaver's avatar
Brian Weaver committed
            "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/serializer/tree/v4.4.47"
Brian Weaver's avatar
Brian Weaver 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": "2022-09-19T08:38:33+00:00"
Brian Weaver's avatar
Brian Weaver committed
        },
        {
            "name": "symfony/service-contracts",
Brian Weaver's avatar
Brian Weaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
Brian Weaver's avatar
Brian Weaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
Brian Weaver's avatar
Brian Weaver committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
Michael Lee's avatar
Michael Lee committed
                "psr/container": "^1.1",
                "symfony/deprecation-contracts": "^2.1|^3"
Michael Lee's avatar
Michael Lee committed
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
Brian Weaver's avatar
Brian Weaver committed
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Michael Lee's avatar
Michael Lee committed
                    "dev-main": "2.5-dev"
Brian Weaver's avatar
Brian Weaver committed
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                }
            },
            "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": "Generic abstractions related to writing services",
bcweaver's avatar
bcweaver committed
            "homepage": "https://symfony.com",
Brian Weaver's avatar
Brian Weaver committed
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
                "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-05-30T19:17:29+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "symfony/translation",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/45036b1d53accc48fe9bab71ccd86d57eba0dd94",
                "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
Brian Weaver's avatar
Brian Weaver committed
                "php": ">=7.1.3",
                "symfony/polyfill-mbstring": "~1.0",
Michael Lee's avatar
Michael Lee committed
                "symfony/polyfill-php80": "^1.16",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/translation-contracts": "^1.1.6|^2"
bcweaver's avatar
bcweaver committed
            },
            "conflict": {
Brian Weaver's avatar
Brian Weaver committed
                "symfony/config": "<3.4",
bcweaver's avatar
bcweaver committed
                "symfony/dependency-injection": "<3.4",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/http-kernel": "<4.4",
bcweaver's avatar
bcweaver committed
                "symfony/yaml": "<3.4"
            },
Brian Weaver's avatar
Brian Weaver committed
            "provide": {
                "symfony/translation-implementation": "1.0|2.0"
            },
bcweaver's avatar
bcweaver committed
            "require-dev": {
Michael Lee's avatar
Michael Lee committed
                "psr/log": "^1|^2|^3",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/console": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
                "symfony/http-kernel": "^4.4",
                "symfony/intl": "^3.4|^4.0|^5.0",
                "symfony/service-contracts": "^1.1.2|^2",
                "symfony/yaml": "^3.4|^4.0|^5.0"
bcweaver's avatar
bcweaver committed
            },
            "suggest": {
                "psr/log-implementation": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Translation\\": ""
                },
                "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"
                }
            ],
Brian Weaver's avatar
Brian Weaver committed
            "description": "Provides tools to internationalize your application",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/translation/tree/v4.4.47"
Brian Weaver's avatar
Brian Weaver 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": "2022-10-03T15:15:11+00:00"
Brian Weaver's avatar
Brian Weaver committed
        },
        {
            "name": "symfony/translation-contracts",
Brian Weaver's avatar
Brian Weaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation-contracts.git",
                "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
Brian Weaver's avatar
Brian Weaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
                "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
Brian Weaver's avatar
Brian Weaver committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5"
            },
            "suggest": {
                "symfony/translation-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Michael Lee's avatar
Michael Lee committed
                    "dev-main": "2.5-dev"
Brian Weaver's avatar
Brian Weaver committed
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Translation\\": ""
                }
            },
            "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": "Generic abstractions related to translation",
bcweaver's avatar
bcweaver committed
            "homepage": "https://symfony.com",
Brian Weaver's avatar
Brian Weaver committed
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
                "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2022-06-27T16:58:25+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "symfony/validator",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/validator.git",
                "reference": "54781a4c41efbd283b779110bf8ae7f263737775"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/validator/zipball/54781a4c41efbd283b779110bf8ae7f263737775",
                "reference": "54781a4c41efbd283b779110bf8ae7f263737775",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
Brian Weaver's avatar
Brian Weaver committed
                "php": ">=7.1.3",
bcweaver's avatar
bcweaver committed
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.0",
Michael Lee's avatar
Michael Lee committed
                "symfony/polyfill-php80": "^1.16",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/translation-contracts": "^1.1|^2"
bcweaver's avatar
bcweaver committed
            },
            "conflict": {
                "doctrine/lexer": "<1.1",
bcweaver's avatar
bcweaver committed
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/dependency-injection": "<3.4",
                "symfony/http-kernel": "<4.4",
                "symfony/intl": "<4.3",
                "symfony/translation": ">=5.0",
bcweaver's avatar
bcweaver committed
                "symfony/yaml": "<3.4"
            },
            "require-dev": {
Brian Weaver's avatar
Brian Weaver committed
                "doctrine/annotations": "^1.10.4",
                "doctrine/cache": "^1.0|^2.0",
                "egulias/email-validator": "^2.1.10|^3",
                "symfony/cache": "^3.4|^4.0|^5.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/http-client": "^4.3|^5.0",
                "symfony/http-foundation": "^4.1|^5.0",
                "symfony/http-kernel": "^4.4",
                "symfony/intl": "^4.3|^5.0",
                "symfony/mime": "^4.4|^5.0",
                "symfony/property-access": "^3.4|^4.0|^5.0",
                "symfony/property-info": "^3.4|^4.0|^5.0",
                "symfony/translation": "^4.2",
                "symfony/yaml": "^3.4|^4.0|^5.0"
bcweaver's avatar
bcweaver committed
            },
            "suggest": {
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
Brian Weaver's avatar
Brian Weaver committed
                "doctrine/cache": "For using the default cached annotation reader.",
bcweaver's avatar
bcweaver committed
                "egulias/email-validator": "Strict (RFC compliant) email validation",
Brian Weaver's avatar
Brian Weaver committed
                "psr/cache-implementation": "For using the mapping cache.",
bcweaver's avatar
bcweaver committed
                "symfony/config": "",
                "symfony/expression-language": "For using the Expression validator",
                "symfony/http-foundation": "",
                "symfony/intl": "",
                "symfony/property-access": "For accessing properties within comparison constraints",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/property-info": "To automatically add NotNull and Type constraints",
                "symfony/translation": "For translating validation errors.",
bcweaver's avatar
bcweaver committed
                "symfony/yaml": ""
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Validator\\": ""
                },
                "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"
                }
            ],
Brian Weaver's avatar
Brian Weaver committed
            "description": "Provides tools to validate values",
bcweaver's avatar
bcweaver committed
            "homepage": "https://symfony.com",
                "source": "https://github.com/symfony/validator/tree/v4.4.48"
            },
            "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": "2022-10-25T13:54:11+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "symfony/var-dumper",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "6894d06145fefebd9a4c7272baa026a1c394a430"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6894d06145fefebd9a4c7272baa026a1c394a430",
                "reference": "6894d06145fefebd9a4c7272baa026a1c394a430",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
Brian Weaver's avatar
Brian Weaver committed
                "php": ">=7.2.5",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/polyfill-mbstring": "~1.0",
Michael Lee's avatar
Michael Lee committed
                "symfony/polyfill-php80": "^1.16"
bcweaver's avatar
bcweaver committed
            },
            "conflict": {
Brian Weaver's avatar
Brian Weaver committed
                "phpunit/phpunit": "<5.4.3",
                "symfony/console": "<4.4"
bcweaver's avatar
bcweaver committed
            },
            "require-dev": {
                "ext-iconv": "*",
Michael Lee's avatar
Michael Lee committed
                "symfony/console": "^4.4|^5.0|^6.0",
                "symfony/process": "^4.4|^5.0|^6.0",
                "symfony/uid": "^5.1|^6.0",
Brian Weaver's avatar
Brian Weaver committed
                "twig/twig": "^2.13|^3.0.4"
bcweaver's avatar
bcweaver committed
            },
            "suggest": {
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                "ext-intl": "To show region name in time zone dump",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
bcweaver's avatar
bcweaver committed
            },
Brian Weaver's avatar
Brian Weaver committed
            "bin": [
                "Resources/bin/var-dump-server"
            ],
bcweaver's avatar
bcweaver committed
            "type": "library",
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
Brian Weaver's avatar
Brian Weaver committed
            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
bcweaver's avatar
bcweaver committed
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
                "source": "https://github.com/symfony/var-dumper/tree/v5.4.14"
            "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": "2022-10-07T08:01:20+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "symfony/var-exporter",
            "version": "v5.4.10",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-exporter.git",
                "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8fc03ee75eeece3d9be1ef47d26d79bea1afb340",
                "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\VarExporter\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
            "homepage": "https://symfony.com",
            "keywords": [
                "clone",
                "construct",
                "export",
                "hydrate",
                "instantiate",
                "serialize"
            ],
            "support": {
                "source": "https://github.com/symfony/var-exporter/tree/v5.4.10"
            },
            "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": "2022-05-27T12:56:18+00:00"
        },
bcweaver's avatar
bcweaver committed
        {
            "name": "symfony/yaml",
            "version": "v4.4.45",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
                "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
Brian Weaver's avatar
Brian Weaver committed
                "php": ">=7.1.3",
bcweaver's avatar
bcweaver committed
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony/console": "<3.4"
            },
            "require-dev": {
Brian Weaver's avatar
Brian Weaver committed
                "symfony/console": "^3.4|^4.0|^5.0"
bcweaver's avatar
bcweaver committed
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "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"
                }
            ],
Brian Weaver's avatar
Brian Weaver committed
            "description": "Loads and dumps YAML files",
bcweaver's avatar
bcweaver committed
            "homepage": "https://symfony.com",
                "source": "https://github.com/symfony/yaml/tree/v4.4.45"
            },
            "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": "2022-08-02T15:47:23+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "twig/extensions",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig-extensions.git",
                "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
                "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "twig/twig": "^1.27|^2.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^3.4",
                "symfony/translation": "^2.7|^3.4"
            },
            "suggest": {
                "symfony/translation": "Allow the time_diff output to be translated"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_Extensions_": "lib/"
                },
                "psr-4": {
                    "Twig\\Extensions\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Common additional features for Twig that do not directly belong in core",
            "keywords": [
                "i18n",
                "text"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig-extensions/issues",
                "source": "https://github.com/twigphp/Twig-extensions/tree/master"
            },
            "time": "2018-12-05T18:34:18+00:00"
bcweaver's avatar
bcweaver committed
        },
        {
            "name": "twig/twig",
            "version": "v2.15.3",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "ab402673db8746cb3a4c46f3869d6253699f614a"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/ab402673db8746cb3a4c46f3869d6253699f614a",
                "reference": "ab402673db8746cb3a4c46f3869d6253699f614a",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
Michael Lee's avatar
Michael Lee committed
                "php": ">=7.1.3",
Brian Weaver's avatar
Brian Weaver committed
                "symfony/polyfill-ctype": "^1.8",
Michael Lee's avatar
Michael Lee committed
                "symfony/polyfill-mbstring": "^1.3",
                "symfony/polyfill-php72": "^1.8"
bcweaver's avatar
bcweaver committed
            },
            "require-dev": {
                "psr/container": "^1.0",
Michael Lee's avatar
Michael Lee committed
                "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
bcweaver's avatar
bcweaver committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.15-dev"
bcweaver's avatar
bcweaver committed
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                },
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
bcweaver's avatar
bcweaver committed
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
bcweaver's avatar
bcweaver committed
            "keywords": [
                "templating"
            ],
            "support": {
                "issues": "https://github.com/twigphp/Twig/issues",
                "source": "https://github.com/twigphp/Twig/tree/v2.15.3"
Brian Weaver's avatar
Brian Weaver committed
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                    "type": "tidelift"
                }
            ],
            "time": "2022-09-28T08:40:08+00:00"
bcweaver's avatar
bcweaver committed
        },
bcweaver's avatar
bcweaver committed
        {
            "name": "typo3/phar-stream-wrapper",
Michael Lee's avatar
Michael Lee committed
            "version": "v3.1.7",
bcweaver's avatar
bcweaver committed
            "source": {
                "type": "git",
                "url": "https://github.com/TYPO3/phar-stream-wrapper.git",
Michael Lee's avatar
Michael Lee committed
                "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c"
bcweaver's avatar
bcweaver committed
            },
            "dist": {
                "type": "zip",
Michael Lee's avatar
Michael Lee committed
                "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
                "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
bcweaver's avatar
bcweaver committed
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
Brian Weaver's avatar
Brian Weaver committed
                "php": "^7.0 || ^8.0"
bcweaver's avatar
bcweaver committed
            },
            "require-dev": {
                "ext-xdebug": "*",
Brian Weaver's avatar
Brian Weaver committed
                "phpspec/prophecy": "^1.10",
                "symfony/phpunit-bridge": "^5.1"
bcweaver's avatar
bcweaver committed
            },
bcweaver's avatar
bcweaver committed
            "suggest": {
                "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
            },
bcweaver's avatar
bcweaver committed
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "v3.x-dev"
                }
            },
bcweaver's avatar
bcweaver committed
            "autoload": {
                "psr-4": {
                    "TYPO3\\PharStreamWrapper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Interceptors for PHP's native phar:// stream handling",
            "homepage": "https://typo3.org/",
            "keywords": [
                "phar",
                "php",