Skip to content
Snippets Groups Projects
Commit 5daf9c1e authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Merge branch 'renovate/all-minor-patch' into 'main'

Update all non-major dependencies

See merge request dbp/middleware/dbp-api/api-starter-bundle!5
parents 43a9211d d1690b2d
No related branches found
No related tags found
1 merge request!5Update all non-major dependencies
Pipeline #105612 passed
...@@ -67,16 +67,16 @@ ...@@ -67,16 +67,16 @@
}, },
{ {
"name": "api-platform/core", "name": "api-platform/core",
"version": "v2.5.9", "version": "v2.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/api-platform/core.git", "url": "https://github.com/api-platform/core.git",
"reference": "4f05477b5ec5cff7c9324a7510900db2a1173d70" "reference": "4b293b0c004597bcf5f6b653d7d464fa71e9d064"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/api-platform/core/zipball/4f05477b5ec5cff7c9324a7510900db2a1173d70", "url": "https://api.github.com/repos/api-platform/core/zipball/4b293b0c004597bcf5f6b653d7d464fa71e9d064",
"reference": "4f05477b5ec5cff7c9324a7510900db2a1173d70", "reference": "4b293b0c004597bcf5f6b653d7d464fa71e9d064",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
"symfony/http-foundation": "^4.4 || ^5.1", "symfony/http-foundation": "^4.4 || ^5.1",
"symfony/http-kernel": "^4.4 || ^5.1", "symfony/http-kernel": "^4.4 || ^5.1",
"symfony/property-access": "^3.4.19 || ^4.4 || ^5.1", "symfony/property-access": "^3.4.19 || ^4.4 || ^5.1",
"symfony/property-info": "^3.4 || ^4.4 || ^5.1", "symfony/property-info": "^3.4 || ^4.4 || ^5.2.1",
"symfony/serializer": "^4.4 || ^5.1", "symfony/serializer": "^4.4 || ^5.1",
"symfony/web-link": "^4.4 || ^5.1", "symfony/web-link": "^4.4 || ^5.1",
"willdurand/negotiation": "^2.0.3 || ^3.0" "willdurand/negotiation": "^2.0.3 || ^3.0"
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.1", "phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.1",
"phpdocumentor/type-resolver": "^0.3 || ^0.4 || ^1.4", "phpdocumentor/type-resolver": "^0.3 || ^0.4 || ^1.4",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.53@dev", "phpstan/phpstan": "^0.12.65",
"phpstan/phpstan-doctrine": "^0.12.7", "phpstan/phpstan-doctrine": "^0.12.7",
"phpstan/phpstan-phpunit": "^0.12.4", "phpstan/phpstan-phpunit": "^0.12.4",
"phpstan/phpstan-symfony": "^0.12.4", "phpstan/phpstan-symfony": "^0.12.4",
...@@ -160,6 +160,7 @@ ...@@ -160,6 +160,7 @@
"doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.", "doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",
"elasticsearch/elasticsearch": "To support Elasticsearch.", "elasticsearch/elasticsearch": "To support Elasticsearch.",
"guzzlehttp/guzzle": "To use the HTTP cache invalidation system.", "guzzlehttp/guzzle": "To use the HTTP cache invalidation system.",
"ocramius/package-versions": "To display the API Platform's version in the debug bar.",
"phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.", "phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
"psr/cache-implementation": "To use metadata caching.", "psr/cache-implementation": "To use metadata caching.",
"ramsey/uuid": "To support Ramsey's UUID identifiers.", "ramsey/uuid": "To support Ramsey's UUID identifiers.",
...@@ -168,13 +169,14 @@ ...@@ -168,13 +169,14 @@
"symfony/expression-language": "To use authorization features.", "symfony/expression-language": "To use authorization features.",
"symfony/security": "To use authorization features.", "symfony/security": "To use authorization features.",
"symfony/twig-bundle": "To use the Swagger UI integration.", "symfony/twig-bundle": "To use the Swagger UI integration.",
"symfony/uid": "To support Symfony UUID/ULID identifiers.",
"symfony/web-profiler-bundle": "To use the data collector.", "symfony/web-profiler-bundle": "To use the data collector.",
"webonyx/graphql-php": "To support GraphQL." "webonyx/graphql-php": "To support GraphQL."
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.5.x-dev" "dev-master": "2.6.x-dev"
}, },
"symfony": { "symfony": {
"require": "^3.4 || ^4.4 || ^5.1" "require": "^3.4 || ^4.4 || ^5.1"
...@@ -211,7 +213,7 @@ ...@@ -211,7 +213,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/api-platform/core/issues", "issues": "https://github.com/api-platform/core/issues",
"source": "https://github.com/api-platform/core/tree/v2.5.9" "source": "https://github.com/api-platform/core/tree/v2.6.1"
}, },
"funding": [ "funding": [
{ {
...@@ -219,7 +221,7 @@ ...@@ -219,7 +221,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-17T15:47:58+00:00" "time": "2021-01-24T21:00:50+00:00"
}, },
{ {
"name": "brick/math", "name": "brick/math",
...@@ -2820,16 +2822,16 @@ ...@@ -2820,16 +2822,16 @@
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/cache.git", "url": "https://github.com/symfony/cache.git",
"reference": "5e61d63b1ef4fb4852994038267ad45e12f3ec52" "reference": "d6aed6c1bbf6f59e521f46437475a0ff4878d388"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/5e61d63b1ef4fb4852994038267ad45e12f3ec52", "url": "https://api.github.com/repos/symfony/cache/zipball/d6aed6c1bbf6f59e521f46437475a0ff4878d388",
"reference": "5e61d63b1ef4fb4852994038267ad45e12f3ec52", "reference": "d6aed6c1bbf6f59e521f46437475a0ff4878d388",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2888,14 +2890,14 @@ ...@@ -2888,14 +2890,14 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Cache component with PSR-6, PSR-16, and tags", "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"keywords": [ "keywords": [
"caching", "caching",
"psr6" "psr6"
], ],
"support": { "support": {
"source": "https://github.com/symfony/cache/tree/v5.2.1" "source": "https://github.com/symfony/cache/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -2911,7 +2913,7 @@ ...@@ -2911,7 +2913,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-10T19:16:15+00:00" "time": "2021-01-27T11:24:50+00:00"
}, },
{ {
"name": "symfony/cache-contracts", "name": "symfony/cache-contracts",
...@@ -2994,16 +2996,16 @@ ...@@ -2994,16 +2996,16 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "e501c56d2fa70798075b9811d0eb4c27de491459" "reference": "2c4c7827a7e143f5cf375666641b0f448eab8802"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/e501c56d2fa70798075b9811d0eb4c27de491459", "url": "https://api.github.com/repos/symfony/config/zipball/2c4c7827a7e143f5cf375666641b0f448eab8802",
"reference": "e501c56d2fa70798075b9811d0eb4c27de491459", "reference": "2c4c7827a7e143f5cf375666641b0f448eab8802",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3047,10 +3049,10 @@ ...@@ -3047,10 +3049,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Config Component", "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/config/tree/v4.4.18" "source": "https://github.com/symfony/config/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
...@@ -3066,20 +3068,20 @@ ...@@ -3066,20 +3068,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-09T08:58:17+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "12e071278e396cc3e1c149857337e9e192deca0b" "reference": "24026c44fc37099fa145707fecd43672831b837a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/12e071278e396cc3e1c149857337e9e192deca0b", "url": "https://api.github.com/repos/symfony/console/zipball/24026c44fc37099fa145707fecd43672831b837a",
"reference": "12e071278e396cc3e1c149857337e9e192deca0b", "reference": "24026c44fc37099fa145707fecd43672831b837a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3136,10 +3138,10 @@ ...@@ -3136,10 +3138,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Console Component", "description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v4.4.18" "source": "https://github.com/symfony/console/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
...@@ -3155,20 +3157,20 @@ ...@@ -3155,20 +3157,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-18T07:41:31+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/debug.git", "url": "https://github.com/symfony/debug.git",
"reference": "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544" "reference": "af4987aa4a5630e9615be9d9c3ed1b0f24ca449c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544", "url": "https://api.github.com/repos/symfony/debug/zipball/af4987aa4a5630e9615be9d9c3ed1b0f24ca449c",
"reference": "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544", "reference": "af4987aa4a5630e9615be9d9c3ed1b0f24ca449c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3205,10 +3207,10 @@ ...@@ -3205,10 +3207,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Debug Component", "description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/debug/tree/v4.4.18" "source": "https://github.com/symfony/debug/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
...@@ -3224,20 +3226,20 @@ ...@@ -3224,20 +3226,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-10T16:34:26+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "3860f64c6deb2cb48b1ada27460c58ae479bdc0f" "reference": "2468b95d869c872c6fb1b93b395a7fcd5331f2b9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3860f64c6deb2cb48b1ada27460c58ae479bdc0f", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2468b95d869c872c6fb1b93b395a7fcd5331f2b9",
"reference": "3860f64c6deb2cb48b1ada27460c58ae479bdc0f", "reference": "2468b95d869c872c6fb1b93b395a7fcd5331f2b9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3290,10 +3292,10 @@ ...@@ -3290,10 +3292,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony DependencyInjection Component", "description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dependency-injection/tree/v4.4.18" "source": "https://github.com/symfony/dependency-injection/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
...@@ -3309,7 +3311,7 @@ ...@@ -3309,7 +3311,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-18T07:41:31+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
...@@ -3380,16 +3382,16 @@ ...@@ -3380,16 +3382,16 @@
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/error-handler.git", "url": "https://github.com/symfony/error-handler.git",
"reference": "ef2f7ddd3b9177bbf8ff2ecd8d0e970ed48da0c3" "reference": "d603654eaeb713503bba3e308b9e748e5a6d3f2e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/ef2f7ddd3b9177bbf8ff2ecd8d0e970ed48da0c3", "url": "https://api.github.com/repos/symfony/error-handler/zipball/d603654eaeb713503bba3e308b9e748e5a6d3f2e",
"reference": "ef2f7ddd3b9177bbf8ff2ecd8d0e970ed48da0c3", "reference": "d603654eaeb713503bba3e308b9e748e5a6d3f2e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3426,10 +3428,10 @@ ...@@ -3426,10 +3428,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony ErrorHandler Component", "description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/error-handler/tree/v4.4.18" "source": "https://github.com/symfony/error-handler/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
...@@ -3445,20 +3447,20 @@ ...@@ -3445,20 +3447,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-09T11:15:38+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "5d4c874b0eb1c32d40328a09dbc37307a5a910b0" "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5d4c874b0eb1c32d40328a09dbc37307a5a910b0", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c352647244bd376bf7d31efbd5401f13f50dad0c",
"reference": "5d4c874b0eb1c32d40328a09dbc37307a5a910b0", "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3509,10 +3511,10 @@ ...@@ -3509,10 +3511,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony EventDispatcher Component", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v4.4.18" "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
...@@ -3528,7 +3530,7 @@ ...@@ -3528,7 +3530,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-18T07:41:31+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
...@@ -3672,16 +3674,16 @@ ...@@ -3672,16 +3674,16 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d" "reference": "262d033b57c73e8b59cd6e68a45c528318b15038"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/fa8f8cab6b65e2d99a118e082935344c5ba8c60d", "url": "https://api.github.com/repos/symfony/filesystem/zipball/262d033b57c73e8b59cd6e68a45c528318b15038",
"reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d", "reference": "262d033b57c73e8b59cd6e68a45c528318b15038",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3711,10 +3713,10 @@ ...@@ -3711,10 +3713,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Filesystem Component", "description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/filesystem/tree/v5.2.1" "source": "https://github.com/symfony/filesystem/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -3730,20 +3732,20 @@ ...@@ -3730,20 +3732,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-11-30T17:05:38+00:00" "time": "2021-01-27T10:01:46+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba" "reference": "196f45723b5e618bf0e23b97e96d11652696ea9e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/0b9231a5922fd7287ba5b411893c0ecd2733e5ba", "url": "https://api.github.com/repos/symfony/finder/zipball/196f45723b5e618bf0e23b97e96d11652696ea9e",
"reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba", "reference": "196f45723b5e618bf0e23b97e96d11652696ea9e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3772,10 +3774,10 @@ ...@@ -3772,10 +3774,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Finder Component", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v5.2.1" "source": "https://github.com/symfony/finder/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -3791,20 +3793,20 @@ ...@@ -3791,20 +3793,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-08T17:02:38+00:00" "time": "2021-01-27T10:01:46+00:00"
}, },
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/framework-bundle.git", "url": "https://github.com/symfony/framework-bundle.git",
"reference": "3347605c98b598ad114ac6203ec855ddb2c47569" "reference": "790f1db60deb1577eaf86f2025215b48c53f8e94"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/3347605c98b598ad114ac6203ec855ddb2c47569", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/790f1db60deb1577eaf86f2025215b48c53f8e94",
"reference": "3347605c98b598ad114ac6203ec855ddb2c47569", "reference": "790f1db60deb1577eaf86f2025215b48c53f8e94",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3819,12 +3821,12 @@ ...@@ -3819,12 +3821,12 @@
"symfony/http-foundation": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.4", "symfony/http-kernel": "^4.4",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0",
"symfony/routing": "^4.4|^5.0" "symfony/routing": "^4.4.12|^5.1.4"
}, },
"conflict": { "conflict": {
"doctrine/persistence": "<1.3", "doctrine/persistence": "<1.3",
"phpdocumentor/reflection-docblock": "<3.0", "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
"phpdocumentor/type-resolver": "<0.2.1", "phpdocumentor/type-resolver": "<0.3.0|1.3.*",
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/asset": "<3.4", "symfony/asset": "<3.4",
"symfony/browser-kit": "<4.3", "symfony/browser-kit": "<4.3",
...@@ -3849,10 +3851,11 @@ ...@@ -3849,10 +3851,11 @@
"symfony/workflow": "<4.3.6" "symfony/workflow": "<4.3.6"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "~1.7", "doctrine/annotations": "^1.10.4",
"doctrine/cache": "~1.0", "doctrine/cache": "~1.0",
"doctrine/persistence": "^1.3|^2.0",
"paragonie/sodium_compat": "^1.8", "paragonie/sodium_compat": "^1.8",
"phpdocumentor/reflection-docblock": "^3.0|^4.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/asset": "^3.4|^4.0|^5.0", "symfony/asset": "^3.4|^4.0|^5.0",
"symfony/browser-kit": "^4.3|^5.0", "symfony/browser-kit": "^4.3|^5.0",
"symfony/console": "^4.3.4|^5.0", "symfony/console": "^4.3.4|^5.0",
...@@ -3880,7 +3883,7 @@ ...@@ -3880,7 +3883,7 @@
"symfony/web-link": "^4.4|^5.0", "symfony/web-link": "^4.4|^5.0",
"symfony/workflow": "^4.3.6|^5.0", "symfony/workflow": "^4.3.6|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0",
"twig/twig": "^1.41|^2.10|^3.0" "twig/twig": "^1.43|^2.13|^3.0.4"
}, },
"suggest": { "suggest": {
"ext-apcu": "For best performance of the system caches", "ext-apcu": "For best performance of the system caches",
...@@ -3915,10 +3918,10 @@ ...@@ -3915,10 +3918,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony FrameworkBundle", "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/framework-bundle/tree/v4.4.18" "source": "https://github.com/symfony/framework-bundle/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
...@@ -3934,7 +3937,7 @@ ...@@ -3934,7 +3937,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-11T16:32:02+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
...@@ -4017,16 +4020,16 @@ ...@@ -4017,16 +4020,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "a1f6218b29897ab52acba58cfa905b83625bef8d" "reference": "16dfa5acf8103f0394d447f8eea3ea49f9e50855"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/a1f6218b29897ab52acba58cfa905b83625bef8d", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/16dfa5acf8103f0394d447f8eea3ea49f9e50855",
"reference": "a1f6218b29897ab52acba58cfa905b83625bef8d", "reference": "16dfa5acf8103f0394d447f8eea3ea49f9e50855",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4067,10 +4070,10 @@ ...@@ -4067,10 +4070,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony HttpFoundation Component", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.2.1" "source": "https://github.com/symfony/http-foundation/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -4086,20 +4089,20 @@ ...@@ -4086,20 +4089,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-18T10:00:10+00:00" "time": "2021-01-27T11:19:04+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "eaff9a43e74513508867ecfa66ef94fbb96ab128" "reference": "07ea794a327d7c8c5d76e3058fde9fec6a711cb4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/eaff9a43e74513508867ecfa66ef94fbb96ab128", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/07ea794a327d7c8c5d76e3058fde9fec6a711cb4",
"reference": "eaff9a43e74513508867ecfa66ef94fbb96ab128", "reference": "07ea794a327d7c8c5d76e3058fde9fec6a711cb4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4119,7 +4122,7 @@ ...@@ -4119,7 +4122,7 @@
"symfony/console": ">=5", "symfony/console": ">=5",
"symfony/dependency-injection": "<4.3", "symfony/dependency-injection": "<4.3",
"symfony/translation": "<4.2", "symfony/translation": "<4.2",
"twig/twig": "<1.34|<2.4,>=2" "twig/twig": "<1.43|<2.13,>=2"
}, },
"provide": { "provide": {
"psr/log-implementation": "1.0" "psr/log-implementation": "1.0"
...@@ -4140,7 +4143,7 @@ ...@@ -4140,7 +4143,7 @@
"symfony/templating": "^3.4|^4.0|^5.0", "symfony/templating": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2|^5.0", "symfony/translation": "^4.2|^5.0",
"symfony/translation-contracts": "^1.1|^2", "symfony/translation-contracts": "^1.1|^2",
"twig/twig": "^1.34|^2.4|^3.0" "twig/twig": "^1.43|^2.13|^3.0.4"
}, },
"suggest": { "suggest": {
"symfony/browser-kit": "", "symfony/browser-kit": "",
...@@ -4171,10 +4174,10 @@ ...@@ -4171,10 +4174,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony HttpKernel Component", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v4.4.18" "source": "https://github.com/symfony/http-kernel/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
...@@ -4190,7 +4193,7 @@ ...@@ -4190,7 +4193,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-18T13:32:33+00:00" "time": "2021-01-27T13:50:53+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
...@@ -4680,16 +4683,16 @@ ...@@ -4680,16 +4683,16 @@
}, },
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-access.git", "url": "https://github.com/symfony/property-access.git",
"reference": "243dcdda2f276cb31efa31a015d0fdb5076931ce" "reference": "3af8ed262bd3217512a13b023981fe68f36ad5f3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/property-access/zipball/243dcdda2f276cb31efa31a015d0fdb5076931ce", "url": "https://api.github.com/repos/symfony/property-access/zipball/3af8ed262bd3217512a13b023981fe68f36ad5f3",
"reference": "243dcdda2f276cb31efa31a015d0fdb5076931ce", "reference": "3af8ed262bd3217512a13b023981fe68f36ad5f3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4727,7 +4730,7 @@ ...@@ -4727,7 +4730,7 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony PropertyAccess Component", "description": "Provides functions to read and write from/to an object or array using a simple string notation",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"keywords": [ "keywords": [
"access", "access",
...@@ -4741,7 +4744,7 @@ ...@@ -4741,7 +4744,7 @@
"reflection" "reflection"
], ],
"support": { "support": {
"source": "https://github.com/symfony/property-access/tree/v5.2.1" "source": "https://github.com/symfony/property-access/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -4757,20 +4760,20 @@ ...@@ -4757,20 +4760,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-10T19:16:15+00:00" "time": "2021-01-27T10:15:41+00:00"
}, },
{ {
"name": "symfony/property-info", "name": "symfony/property-info",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-info.git", "url": "https://github.com/symfony/property-info.git",
"reference": "f65694a05eb7742c5f2951f20676de367ffaaaea" "reference": "4e4f368c3737b1c175d66f4fc0b99a5bcd161a77"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/property-info/zipball/f65694a05eb7742c5f2951f20676de367ffaaaea", "url": "https://api.github.com/repos/symfony/property-info/zipball/4e4f368c3737b1c175d66f4fc0b99a5bcd161a77",
"reference": "f65694a05eb7742c5f2951f20676de367ffaaaea", "reference": "4e4f368c3737b1c175d66f4fc0b99a5bcd161a77",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4781,11 +4784,11 @@ ...@@ -4781,11 +4784,11 @@
}, },
"conflict": { "conflict": {
"phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<0.3.0", "phpdocumentor/type-resolver": "<1.4.0",
"symfony/dependency-injection": "<4.4" "symfony/dependency-injection": "<4.4"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "~1.7", "doctrine/annotations": "^1.10.4",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/cache": "^4.4|^5.0", "symfony/cache": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0",
...@@ -4820,7 +4823,7 @@ ...@@ -4820,7 +4823,7 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Property Info Component", "description": "Extracts information about PHP class' properties using metadata of popular sources",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"keywords": [ "keywords": [
"doctrine", "doctrine",
...@@ -4831,7 +4834,7 @@ ...@@ -4831,7 +4834,7 @@
"validator" "validator"
], ],
"support": { "support": {
"source": "https://github.com/symfony/property-info/tree/v5.2.1" "source": "https://github.com/symfony/property-info/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -4847,20 +4850,20 @@ ...@@ -4847,20 +4850,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-11T23:40:07+00:00" "time": "2021-01-27T10:15:41+00:00"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "80b042c20b035818daec844723e23b9825134ba0" "reference": "87529f6e305c7acb162840d1ea57922038072425"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/80b042c20b035818daec844723e23b9825134ba0", "url": "https://api.github.com/repos/symfony/routing/zipball/87529f6e305c7acb162840d1ea57922038072425",
"reference": "80b042c20b035818daec844723e23b9825134ba0", "reference": "87529f6e305c7acb162840d1ea57922038072425",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4872,7 +4875,7 @@ ...@@ -4872,7 +4875,7 @@
"symfony/yaml": "<3.4" "symfony/yaml": "<3.4"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "~1.2", "doctrine/annotations": "^1.10.4",
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/config": "^4.2|^5.0", "symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0",
...@@ -4910,7 +4913,7 @@ ...@@ -4910,7 +4913,7 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Routing Component", "description": "Maps an HTTP request to a set of configuration variables",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"keywords": [ "keywords": [
"router", "router",
...@@ -4919,7 +4922,7 @@ ...@@ -4919,7 +4922,7 @@
"url" "url"
], ],
"support": { "support": {
"source": "https://github.com/symfony/routing/tree/v4.4.18" "source": "https://github.com/symfony/routing/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
...@@ -4935,7 +4938,7 @@ ...@@ -4935,7 +4938,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-08T16:59:59+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/security-bundle", "name": "symfony/security-bundle",
...@@ -5319,16 +5322,16 @@ ...@@ -5319,16 +5322,16 @@
}, },
{ {
"name": "symfony/serializer", "name": "symfony/serializer",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/serializer.git", "url": "https://github.com/symfony/serializer.git",
"reference": "4af81510bb603a6d255691a88e118add2bba6337" "reference": "4218dd0902543dc454b2eac0db37044f187283d7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/4af81510bb603a6d255691a88e118add2bba6337", "url": "https://api.github.com/repos/symfony/serializer/zipball/4218dd0902543dc454b2eac0db37044f187283d7",
"reference": "4af81510bb603a6d255691a88e118add2bba6337", "reference": "4218dd0902543dc454b2eac0db37044f187283d7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5337,16 +5340,17 @@ ...@@ -5337,16 +5340,17 @@
"symfony/polyfill-php80": "^1.15" "symfony/polyfill-php80": "^1.15"
}, },
"conflict": { "conflict": {
"phpdocumentor/type-resolver": "<0.2.1", "phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/dependency-injection": "<4.4", "symfony/dependency-injection": "<4.4",
"symfony/property-access": "<4.4", "symfony/property-access": "<4.4",
"symfony/property-info": "<4.4", "symfony/property-info": "<4.4",
"symfony/yaml": "<4.4" "symfony/yaml": "<4.4"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "~1.0", "doctrine/annotations": "^1.10.4",
"doctrine/cache": "~1.0", "doctrine/cache": "~1.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
"symfony/cache": "^4.4|^5.0", "symfony/cache": "^4.4|^5.0",
"symfony/config": "^4.4|^5.0", "symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0",
...@@ -5356,7 +5360,7 @@ ...@@ -5356,7 +5360,7 @@
"symfony/http-foundation": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0", "symfony/mime": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.0", "symfony/property-access": "^4.4.9|^5.0.9",
"symfony/property-info": "^4.4|^5.0", "symfony/property-info": "^4.4|^5.0",
"symfony/uid": "^5.1", "symfony/uid": "^5.1",
"symfony/validator": "^4.4|^5.0", "symfony/validator": "^4.4|^5.0",
...@@ -5397,10 +5401,10 @@ ...@@ -5397,10 +5401,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Serializer Component", "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/serializer/tree/v5.2.1" "source": "https://github.com/symfony/serializer/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -5416,7 +5420,7 @@ ...@@ -5416,7 +5420,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-18T08:03:05+00:00" "time": "2021-01-27T11:32:03+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
...@@ -5499,16 +5503,16 @@ ...@@ -5499,16 +5503,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed" "reference": "c95468897f408dd0aca2ff582074423dd0455122"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed", "url": "https://api.github.com/repos/symfony/string/zipball/c95468897f408dd0aca2ff582074423dd0455122",
"reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed", "reference": "c95468897f408dd0aca2ff582074423dd0455122",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5551,7 +5555,7 @@ ...@@ -5551,7 +5555,7 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony String component", "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", "homepage": "https://symfony.com",
"keywords": [ "keywords": [
"grapheme", "grapheme",
...@@ -5562,7 +5566,7 @@ ...@@ -5562,7 +5566,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v5.2.1" "source": "https://github.com/symfony/string/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -5578,7 +5582,7 @@ ...@@ -5578,7 +5582,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-05T07:33:16+00:00" "time": "2021-01-25T15:14:59+00:00"
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
...@@ -5960,16 +5964,16 @@ ...@@ -5960,16 +5964,16 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "13e7e882eaa55863faa7c4ad7c60f12f1a8b5089" "reference": "72ca213014a92223a5d18651ce79ef441c12b694"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/13e7e882eaa55863faa7c4ad7c60f12f1a8b5089", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/72ca213014a92223a5d18651ce79ef441c12b694",
"reference": "13e7e882eaa55863faa7c4ad7c60f12f1a8b5089", "reference": "72ca213014a92223a5d18651ce79ef441c12b694",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5985,7 +5989,7 @@ ...@@ -5985,7 +5989,7 @@
"ext-iconv": "*", "ext-iconv": "*",
"symfony/console": "^4.4|^5.0", "symfony/console": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0", "symfony/process": "^4.4|^5.0",
"twig/twig": "^2.4|^3.0" "twig/twig": "^2.13|^3.0.4"
}, },
"suggest": { "suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
...@@ -6021,14 +6025,14 @@ ...@@ -6021,14 +6025,14 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony mechanism for exploring and dumping PHP variables", "description": "Provides mechanisms for walking through any arbitrary PHP variable",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"keywords": [ "keywords": [
"debug", "debug",
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.2.1" "source": "https://github.com/symfony/var-dumper/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -6044,20 +6048,20 @@ ...@@ -6044,20 +6048,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-16T17:02:19+00:00" "time": "2021-01-27T10:15:41+00:00"
}, },
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-exporter.git", "url": "https://github.com/symfony/var-exporter.git",
"reference": "fbc3507f23d263d75417e09a12d77c009f39676c" "reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/fbc3507f23d263d75417e09a12d77c009f39676c", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/5aed4875ab514c8cb9b6ff4772baa25fa4c10307",
"reference": "fbc3507f23d263d75417e09a12d77c009f39676c", "reference": "5aed4875ab514c8cb9b6ff4772baa25fa4c10307",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6090,7 +6094,7 @@ ...@@ -6090,7 +6094,7 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code", "description": "Allows exporting any serializable PHP data structure to plain PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"keywords": [ "keywords": [
"clone", "clone",
...@@ -6101,7 +6105,7 @@ ...@@ -6101,7 +6105,7 @@
"serialize" "serialize"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.2.1" "source": "https://github.com/symfony/var-exporter/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -6117,20 +6121,20 @@ ...@@ -6117,20 +6121,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-28T21:31:18+00:00" "time": "2021-01-27T10:01:46+00:00"
}, },
{ {
"name": "symfony/web-link", "name": "symfony/web-link",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/web-link.git", "url": "https://github.com/symfony/web-link.git",
"reference": "e805314ad8c4298d9bfc75335e35f83d6db2f43f" "reference": "28e6bd9028740602c158f5c6ac8d5e2a2692812e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/web-link/zipball/e805314ad8c4298d9bfc75335e35f83d6db2f43f", "url": "https://api.github.com/repos/symfony/web-link/zipball/28e6bd9028740602c158f5c6ac8d5e2a2692812e",
"reference": "e805314ad8c4298d9bfc75335e35f83d6db2f43f", "reference": "28e6bd9028740602c158f5c6ac8d5e2a2692812e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6173,7 +6177,7 @@ ...@@ -6173,7 +6177,7 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony WebLink Component", "description": "Manages links between resources",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"keywords": [ "keywords": [
"dns-prefetch", "dns-prefetch",
...@@ -6188,7 +6192,7 @@ ...@@ -6188,7 +6192,7 @@
"push" "push"
], ],
"support": { "support": {
"source": "https://github.com/symfony/web-link/tree/v5.2.1" "source": "https://github.com/symfony/web-link/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -6204,7 +6208,7 @@ ...@@ -6204,7 +6208,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-24T12:01:57+00:00" "time": "2021-01-10T16:29:19+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
...@@ -7468,16 +7472,16 @@ ...@@ -7468,16 +7472,16 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v2.17.3", "version": "v2.18.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595" "reference": "18f8c9d184ba777380794a389fabc179896ba913"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bd32f5dd72cdfc7b53f54077f980e144bfa2f595", "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/18f8c9d184ba777380794a389fabc179896ba913",
"reference": "bd32f5dd72cdfc7b53f54077f980e144bfa2f595", "reference": "18f8c9d184ba777380794a389fabc179896ba913",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7499,7 +7503,6 @@ ...@@ -7499,7 +7503,6 @@
"symfony/stopwatch": "^3.0 || ^4.0 || ^5.0" "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0"
}, },
"require-dev": { "require-dev": {
"johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0",
"justinrainbow/json-schema": "^5.0", "justinrainbow/json-schema": "^5.0",
"keradus/cli-executor": "^1.4", "keradus/cli-executor": "^1.4",
"mikey179/vfsstream": "^1.6", "mikey179/vfsstream": "^1.6",
...@@ -7508,11 +7511,11 @@ ...@@ -7508,11 +7511,11 @@
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
"phpspec/prophecy-phpunit": "^1.1 || ^2.0", "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.4.4 <9.5", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5",
"phpunitgoodpractices/polyfill": "^1.5", "phpunitgoodpractices/polyfill": "^1.5",
"phpunitgoodpractices/traits": "^1.9.1", "phpunitgoodpractices/traits": "^1.9.1",
"sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1", "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1",
"symfony/phpunit-bridge": "^5.1", "symfony/phpunit-bridge": "^5.2.1",
"symfony/yaml": "^3.0 || ^4.0 || ^5.0" "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
}, },
"suggest": { "suggest": {
...@@ -7560,7 +7563,7 @@ ...@@ -7560,7 +7563,7 @@
"description": "A tool to automatically fix PHP code style", "description": "A tool to automatically fix PHP code style",
"support": { "support": {
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.17.3" "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.18.2"
}, },
"funding": [ "funding": [
{ {
...@@ -7568,7 +7571,7 @@ ...@@ -7568,7 +7571,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-12-24T11:14:44+00:00" "time": "2021-01-26T00:22:21+00:00"
}, },
{ {
"name": "netresearch/jsonmapper", "name": "netresearch/jsonmapper",
...@@ -7787,16 +7790,16 @@ ...@@ -7787,16 +7790,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.67", "version": "0.12.70",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "ced7a5d9c5dba908c1c00cea3f1d4ad74da71b86" "reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ced7a5d9c5dba908c1c00cea3f1d4ad74da71b86", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee",
"reference": "ced7a5d9c5dba908c1c00cea3f1d4ad74da71b86", "reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7827,7 +7830,7 @@ ...@@ -7827,7 +7830,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.67" "source": "https://github.com/phpstan/phpstan/tree/0.12.70"
}, },
"funding": [ "funding": [
{ {
...@@ -7843,7 +7846,7 @@ ...@@ -7843,7 +7846,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-14T14:16:19+00:00" "time": "2021-01-27T17:06:47+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",
...@@ -7968,16 +7971,16 @@ ...@@ -7968,16 +7971,16 @@
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/options-resolver.git", "url": "https://github.com/symfony/options-resolver.git",
"reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986" "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/87a2a4a766244e796dd9cb9d6f58c123358cd986", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
"reference": "87a2a4a766244e796dd9cb9d6f58c123358cd986", "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8009,7 +8012,7 @@ ...@@ -8009,7 +8012,7 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony OptionsResolver Component", "description": "Provides an improved replacement for the array_replace PHP function",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"keywords": [ "keywords": [
"config", "config",
...@@ -8017,7 +8020,7 @@ ...@@ -8017,7 +8020,7 @@
"options" "options"
], ],
"support": { "support": {
"source": "https://github.com/symfony/options-resolver/tree/v5.2.1" "source": "https://github.com/symfony/options-resolver/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -8033,20 +8036,20 @@ ...@@ -8033,20 +8036,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-24T12:08:07+00:00" "time": "2021-01-27T12:56:27+00:00"
}, },
{ {
"name": "symfony/phpunit-bridge", "name": "symfony/phpunit-bridge",
"version": "v4.4.18", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git", "url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "bb5b5ceace17ee5248647ed1ffb466250dd6aacf" "reference": "85a2fcd7a7111b503962a5f0a55f34ea41dfe2cf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/bb5b5ceace17ee5248647ed1ffb466250dd6aacf", "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/85a2fcd7a7111b503962a5f0a55f34ea41dfe2cf",
"reference": "bb5b5ceace17ee5248647ed1ffb466250dd6aacf", "reference": "85a2fcd7a7111b503962a5f0a55f34ea41dfe2cf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8096,10 +8099,10 @@ ...@@ -8096,10 +8099,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony PHPUnit Bridge", "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.18" "source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.19"
}, },
"funding": [ "funding": [
{ {
...@@ -8115,7 +8118,7 @@ ...@@ -8115,7 +8118,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-14T16:15:46+00:00" "time": "2021-01-20T20:19:14+00:00"
}, },
{ {
"name": "symfony/polyfill-php70", "name": "symfony/polyfill-php70",
...@@ -8263,16 +8266,16 @@ ...@@ -8263,16 +8266,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "bd8815b8b6705298beaa384f04fabd459c10bedd" "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/bd8815b8b6705298beaa384f04fabd459c10bedd", "url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
"reference": "bd8815b8b6705298beaa384f04fabd459c10bedd", "reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8302,10 +8305,10 @@ ...@@ -8302,10 +8305,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Process Component", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v5.2.1" "source": "https://github.com/symfony/process/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -8321,20 +8324,20 @@ ...@@ -8321,20 +8324,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-12-08T17:03:37+00:00" "time": "2021-01-27T10:15:41+00:00"
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v5.2.1", "version": "v5.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/stopwatch.git", "url": "https://github.com/symfony/stopwatch.git",
"reference": "2b105c0354f39a63038a1d8bf776ee92852813af" "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/2b105c0354f39a63038a1d8bf776ee92852813af", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b12274acfab9d9850c52583d136a24398cdf1a0c",
"reference": "2b105c0354f39a63038a1d8bf776ee92852813af", "reference": "b12274acfab9d9850c52583d136a24398cdf1a0c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8364,10 +8367,10 @@ ...@@ -8364,10 +8367,10 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Stopwatch Component", "description": "Provides a way to profile code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/stopwatch/tree/v5.2.1" "source": "https://github.com/symfony/stopwatch/tree/v5.2.2"
}, },
"funding": [ "funding": [
{ {
...@@ -8383,7 +8386,7 @@ ...@@ -8383,7 +8386,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-11-01T16:14:45+00:00" "time": "2021-01-27T10:15:41+00:00"
}, },
{ {
"name": "vimeo/psalm", "name": "vimeo/psalm",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment