Skip to content
Snippets Groups Projects
composer.lock 656 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Process\\": ""
                    },
                    "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": "Executes commands in sub-processes",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/process/tree/v4.4.41"
    
    jurgenhaas's avatar
    jurgenhaas 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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-04-04T10:19:07+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/psr-http-message-bridge",
                "version": "v2.1.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/psr-http-message-bridge.git",
                    "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
                    "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1",
                    "psr/http-message": "^1.0",
                    "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0"
                },
                "require-dev": {
                    "nyholm/psr7": "^1.1",
                    "psr/log": "^1.1 || ^2 || ^3",
                    "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
                    "symfony/config": "^4.4 || ^5.0 || ^6.0",
                    "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
                    "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
                    "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
                    "symfony/phpunit-bridge": "^5.4@dev || ^6.0"
                },
                "suggest": {
                    "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
                },
                "type": "symfony-bridge",
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.1-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Bridge\\PsrHttpMessage\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "http://symfony.com/contributors"
                    }
                ],
                "description": "PSR HTTP message bridge",
                "homepage": "http://symfony.com",
                "keywords": [
                    "http",
                    "http-message",
                    "psr-17",
                    "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.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": "2021-11-05T13:13:39+00:00"
            },
            {
                "name": "symfony/routing",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.41",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/routing.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "c25e38d403c00d5ddcfc514f016f1b534abdf052"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/routing/zipball/c25e38d403c00d5ddcfc514f016f1b534abdf052",
                    "reference": "c25e38d403c00d5ddcfc514f016f1b534abdf052",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/polyfill-php80": "^1.16"
                },
                "conflict": {
                    "symfony/config": "<4.2",
                    "symfony/dependency-injection": "<3.4",
                    "symfony/yaml": "<3.4"
                },
                "require-dev": {
                    "doctrine/annotations": "^1.10.4",
                    "psr/log": "^1|^2|^3",
                    "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"
                },
                "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"
                    }
                ],
                "description": "Maps an HTTP request to a set of configuration variables",
                "homepage": "https://symfony.com",
                "keywords": [
                    "router",
                    "routing",
                    "uri",
                    "url"
                ],
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/routing/tree/v4.4.41"
    
    jurgenhaas's avatar
    jurgenhaas 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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-04-12T15:19:55+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/serializer",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.41",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/serializer.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "15e4f450697b66cb6b2f3098b4038ba22cb9b71a"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/serializer/zipball/15e4f450697b66cb6b2f3098b4038ba22cb9b71a",
                    "reference": "15e4f450697b66cb6b2f3098b4038ba22cb9b71a",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/polyfill-ctype": "~1.8",
                    "symfony/polyfill-php80": "^1.16"
                },
                "conflict": {
                    "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",
                    "symfony/yaml": "<3.4"
                },
                "require-dev": {
                    "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",
                    "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"
                },
                "suggest": {
                    "doctrine/annotations": "For using the annotation mapping.",
                    "psr/cache-implementation": "For using the metadata cache.",
                    "symfony/config": "For using the XML mapping loader.",
                    "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
                    "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"
                    }
                ],
                "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": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/serializer/tree/v4.4.41"
    
    jurgenhaas's avatar
    jurgenhaas 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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-04-12T15:19:55+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/service-contracts",
                "version": "v2.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/service-contracts.git",
                    "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
                    "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "psr/container": "^1.1",
                    "symfony/deprecation-contracts": "^2.1|^3"
                },
                "conflict": {
                    "ext-psr": "<1.1|>=2"
                },
                "suggest": {
                    "symfony/service-implementation": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.5-dev"
                    },
                    "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",
                "homepage": "https://symfony.com",
                "keywords": [
                    "abstractions",
                    "contracts",
                    "decoupling",
                    "interfaces",
                    "interoperability",
                    "standards"
                ],
                "support": {
                    "source": "https://github.com/symfony/service-contracts/tree/v2.5.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": "2022-03-13T20:07:29+00:00"
            },
            {
                "name": "symfony/string",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v5.4.8",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/string.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/string/zipball/3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8",
                    "reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "symfony/polyfill-ctype": "~1.8",
                    "symfony/polyfill-intl-grapheme": "~1.0",
                    "symfony/polyfill-intl-normalizer": "~1.0",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/polyfill-php80": "~1.15"
                },
                "conflict": {
                    "symfony/translation-contracts": ">=3.0"
                },
                "require-dev": {
                    "symfony/error-handler": "^4.4|^5.0|^6.0",
                    "symfony/http-client": "^4.4|^5.0|^6.0",
                    "symfony/translation-contracts": "^1.1|^2",
                    "symfony/var-exporter": "^4.4|^5.0|^6.0"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "Resources/functions.php"
                    ],
                    "psr-4": {
                        "Symfony\\Component\\String\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
                "homepage": "https://symfony.com",
                "keywords": [
                    "grapheme",
                    "i18n",
                    "string",
                    "unicode",
                    "utf-8",
                    "utf8"
                ],
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/string/tree/v5.4.8"
    
    jurgenhaas's avatar
    jurgenhaas 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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-04-19T10:40:37+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/translation",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.41",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/translation.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "dcb67eae126e74507e0b4f0b9ac6ef35b37c3331"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/translation/zipball/dcb67eae126e74507e0b4f0b9ac6ef35b37c3331",
                    "reference": "dcb67eae126e74507e0b4f0b9ac6ef35b37c3331",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/polyfill-php80": "^1.16",
                    "symfony/translation-contracts": "^1.1.6|^2"
                },
                "conflict": {
                    "symfony/config": "<3.4",
                    "symfony/dependency-injection": "<3.4",
                    "symfony/http-kernel": "<4.4",
                    "symfony/yaml": "<3.4"
                },
                "provide": {
                    "symfony/translation-implementation": "1.0|2.0"
                },
                "require-dev": {
                    "psr/log": "^1|^2|^3",
                    "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"
                },
                "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"
                    }
                ],
                "description": "Provides tools to internationalize your application",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/translation/tree/v4.4.41"
    
    jurgenhaas's avatar
    jurgenhaas 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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-04-21T07:22:34+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/translation-contracts",
                "version": "v2.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/translation-contracts.git",
                    "reference": "1211df0afa701e45a04253110e959d4af4ef0f07"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/1211df0afa701e45a04253110e959d4af4ef0f07",
                    "reference": "1211df0afa701e45a04253110e959d4af4ef0f07",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5"
                },
                "suggest": {
                    "symfony/translation-implementation": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-main": "2.5-dev"
                    },
                    "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",
                "homepage": "https://symfony.com",
                "keywords": [
                    "abstractions",
                    "contracts",
                    "decoupling",
                    "interfaces",
                    "interoperability",
                    "standards"
                ],
                "support": {
                    "source": "https://github.com/symfony/translation-contracts/tree/v2.5.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": "2022-01-02T09:53:40+00:00"
            },
            {
                "name": "symfony/validator",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v4.4.41",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/validator.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "b79a7830b8ead3fb0a2a0080ba6f5b2a0861c28c"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/validator/zipball/b79a7830b8ead3fb0a2a0080ba6f5b2a0861c28c",
                    "reference": "b79a7830b8ead3fb0a2a0080ba6f5b2a0861c28c",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/polyfill-ctype": "~1.8",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/polyfill-php80": "^1.16",
                    "symfony/translation-contracts": "^1.1|^2"
                },
                "conflict": {
                    "doctrine/lexer": "<1.1",
                    "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
                    "symfony/dependency-injection": "<3.4",
                    "symfony/http-kernel": "<4.4",
                    "symfony/intl": "<4.3",
                    "symfony/translation": ">=5.0",
                    "symfony/yaml": "<3.4"
                },
                "require-dev": {
                    "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"
                },
                "suggest": {
                    "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
                    "doctrine/cache": "For using the default cached annotation reader.",
                    "egulias/email-validator": "Strict (RFC compliant) email validation",
                    "psr/cache-implementation": "For using the mapping cache.",
                    "symfony/config": "",
                    "symfony/expression-language": "For using the Expression validator",
                    "symfony/http-foundation": "",
                    "symfony/intl": "",
                    "symfony/property-access": "For accessing properties within comparison constraints",
                    "symfony/property-info": "To automatically add NotNull and Type constraints",
                    "symfony/translation": "For translating validation errors.",
                    "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"
                    }
                ],
                "description": "Provides tools to validate values",
                "homepage": "https://symfony.com",
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/validator/tree/v4.4.41"
    
    jurgenhaas's avatar
    jurgenhaas 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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-04-14T15:50:15+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/var-dumper",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v5.4.8",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/var-dumper.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "cdcadd343d31ad16fc5e006b0de81ea307435053"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cdcadd343d31ad16fc5e006b0de81ea307435053",
                    "reference": "cdcadd343d31ad16fc5e006b0de81ea307435053",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.2.5",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/polyfill-php80": "^1.16"
                },
                "conflict": {
                    "phpunit/phpunit": "<5.4.3",
                    "symfony/console": "<4.4"
                },
                "require-dev": {
                    "ext-iconv": "*",
                    "symfony/console": "^4.4|^5.0|^6.0",
                    "symfony/process": "^4.4|^5.0|^6.0",
                    "symfony/uid": "^5.1|^6.0",
                    "twig/twig": "^2.13|^3.0.4"
                },
                "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",
                    "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
                },
                "bin": [
                    "Resources/bin/var-dump-server"
                ],
                "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"
                    }
                ],
                "description": "Provides mechanisms for walking through any arbitrary PHP variable",
                "homepage": "https://symfony.com",
                "keywords": [
                    "debug",
                    "dump"
                ],
                "support": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/symfony/var-dumper/tree/v5.4.8"
    
    jurgenhaas's avatar
    jurgenhaas 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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-04-26T13:19:20+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "symfony/yaml",
                "version": "v4.4.37",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/yaml.git",
                    "reference": "d7f637cc0f0cc14beb0984f2bb50da560b271311"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/yaml/zipball/d7f637cc0f0cc14beb0984f2bb50da560b271311",
                    "reference": "d7f637cc0f0cc14beb0984f2bb50da560b271311",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/polyfill-ctype": "~1.8"
                },
                "conflict": {
                    "symfony/console": "<3.4"
                },
                "require-dev": {
                    "symfony/console": "^3.4|^4.0|^5.0"
                },
                "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"
                    }
                ],
                "description": "Loads and dumps YAML files",
                "homepage": "https://symfony.com",
                "support": {
                    "source": "https://github.com/symfony/yaml/tree/v4.4.37"
                },
                "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-01-24T20:11:01+00:00"
            },
            {
                "name": "twig/twig",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v2.15.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/twigphp/Twig.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/twigphp/Twig/zipball/3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4",
                    "reference": "3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.1.3",
                    "symfony/polyfill-ctype": "^1.8",
                    "symfony/polyfill-mbstring": "^1.3",
                    "symfony/polyfill-php72": "^1.8"
                },
                "require-dev": {
                    "psr/container": "^1.0",
                    "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "dev-master": "2.15-dev"
    
    jurgenhaas's avatar
    jurgenhaas 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"
                    }
                ],
                "description": "Twig, the flexible, fast, and secure template language for PHP",
                "homepage": "https://twig.symfony.com",
                "keywords": [
                    "templating"
                ],
                "support": {
                    "issues": "https://github.com/twigphp/Twig/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/twigphp/Twig/tree/v2.15.1"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://github.com/fabpot",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                        "type": "tidelift"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-05-17T05:46:24+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "typo3/phar-stream-wrapper",
                "version": "v3.1.7",
                "source": {