Skip to content
Snippets Groups Projects
Commit 1cf8df09 authored by Renovate Bot's avatar Renovate Bot
Browse files

fix(deps): update all non-major dependencies

parent fb116386
Branches
No related tags found
No related merge requests found
Pipeline #240612 failed
...@@ -229,16 +229,16 @@ ...@@ -229,16 +229,16 @@
}, },
{ {
"name": "dbp/relay-core-bundle", "name": "dbp/relay-core-bundle",
"version": "v0.1.91", "version": "v0.1.93",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/digital-blueprint/relay-core-bundle.git", "url": "https://github.com/digital-blueprint/relay-core-bundle.git",
"reference": "9a93c21af9466b47f9763420d668f49c5bf08ac8" "reference": "9baaadd51d21cfeed1ca1aefa114df8464467115"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/digital-blueprint/relay-core-bundle/zipball/9a93c21af9466b47f9763420d668f49c5bf08ac8", "url": "https://api.github.com/repos/digital-blueprint/relay-core-bundle/zipball/9baaadd51d21cfeed1ca1aefa114df8464467115",
"reference": "9a93c21af9466b47f9763420d668f49c5bf08ac8", "reference": "9baaadd51d21cfeed1ca1aefa114df8464467115",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -306,9 +306,9 @@ ...@@ -306,9 +306,9 @@
"description": "The core bundle of the Relay API gateway", "description": "The core bundle of the Relay API gateway",
"support": { "support": {
"issues": "https://github.com/digital-blueprint/relay-core-bundle/issues", "issues": "https://github.com/digital-blueprint/relay-core-bundle/issues",
"source": "https://github.com/digital-blueprint/relay-core-bundle/tree/v0.1.91" "source": "https://github.com/digital-blueprint/relay-core-bundle/tree/v0.1.93"
}, },
"time": "2023-03-23T08:54:16+00:00" "time": "2023-03-30T18:41:44+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
...@@ -2240,16 +2240,16 @@ ...@@ -2240,16 +2240,16 @@
}, },
{ {
"name": "guzzlehttp/psr7", "name": "guzzlehttp/psr7",
"version": "2.4.3", "version": "2.4.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/psr7.git", "url": "https://github.com/guzzle/psr7.git",
"reference": "67c26b443f348a51926030c83481b85718457d3d" "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d", "url": "https://api.github.com/repos/guzzle/psr7/zipball/3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
"reference": "67c26b443f348a51926030c83481b85718457d3d", "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2339,7 +2339,7 @@ ...@@ -2339,7 +2339,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/guzzle/psr7/issues", "issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.4.3" "source": "https://github.com/guzzle/psr7/tree/2.4.4"
}, },
"funding": [ "funding": [
{ {
...@@ -2355,7 +2355,7 @@ ...@@ -2355,7 +2355,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-26T14:07:24+00:00" "time": "2023-03-09T13:19:02+00:00"
}, },
{ {
"name": "kevinrob/guzzle-cache-middleware", "name": "kevinrob/guzzle-cache-middleware",
...@@ -2742,29 +2742,30 @@ ...@@ -2742,29 +2742,30 @@
}, },
{ {
"name": "nelmio/cors-bundle", "name": "nelmio/cors-bundle",
"version": "2.2.0", "version": "2.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nelmio/NelmioCorsBundle.git", "url": "https://github.com/nelmio/NelmioCorsBundle.git",
"reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0" "reference": "185d2c0ae50a3f0b628790170164d5f1c5b7c281"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0", "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/185d2c0ae50a3f0b628790170164d5f1c5b7c281",
"reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0", "reference": "185d2c0ae50a3f0b628790170164d5f1c5b7c281",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0" "psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.2", "mockery/mockery": "^1.2",
"symfony/phpunit-bridge": "^4.3 || ^5.0 || ^6.0" "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.0.x-dev" "dev-master": "2.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -2797,9 +2798,9 @@ ...@@ -2797,9 +2798,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nelmio/NelmioCorsBundle/issues", "issues": "https://github.com/nelmio/NelmioCorsBundle/issues",
"source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.2.0" "source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.3.1"
}, },
"time": "2021-12-01T09:34:27+00:00" "time": "2023-02-16T08:49:29+00:00"
}, },
{ {
"name": "phpdocumentor/reflection-common", "name": "phpdocumentor/reflection-common",
...@@ -3110,21 +3111,21 @@ ...@@ -3110,21 +3111,21 @@
}, },
{ {
"name": "psr/http-client", "name": "psr/http-client",
"version": "1.0.1", "version": "1.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/http-client.git", "url": "https://github.com/php-fig/http-client.git",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.0 || ^8.0", "php": "^7.0 || ^8.0",
"psr/http-message": "^1.0" "psr/http-message": "^1.0 || ^2.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -3144,7 +3145,7 @@ ...@@ -3144,7 +3145,7 @@
"authors": [ "authors": [
{ {
"name": "PHP-FIG", "name": "PHP-FIG",
"homepage": "http://www.php-fig.org/" "homepage": "https://www.php-fig.org/"
} }
], ],
"description": "Common interface for HTTP clients", "description": "Common interface for HTTP clients",
...@@ -3156,27 +3157,27 @@ ...@@ -3156,27 +3157,27 @@
"psr-18" "psr-18"
], ],
"support": { "support": {
"source": "https://github.com/php-fig/http-client/tree/master" "source": "https://github.com/php-fig/http-client/tree/1.0.2"
}, },
"time": "2020-06-29T06:28:15+00:00" "time": "2023-04-10T20:12:12+00:00"
}, },
{ {
"name": "psr/http-factory", "name": "psr/http-factory",
"version": "1.0.1", "version": "1.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/http-factory.git", "url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" "reference": "e616d01114759c4c489f93b099585439f795fe35"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "reference": "e616d01114759c4c489f93b099585439f795fe35",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.0.0", "php": ">=7.0.0",
"psr/http-message": "^1.0" "psr/http-message": "^1.0 || ^2.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -3196,7 +3197,7 @@ ...@@ -3196,7 +3197,7 @@
"authors": [ "authors": [
{ {
"name": "PHP-FIG", "name": "PHP-FIG",
"homepage": "http://www.php-fig.org/" "homepage": "https://www.php-fig.org/"
} }
], ],
"description": "Common interfaces for PSR-7 HTTP message factories", "description": "Common interfaces for PSR-7 HTTP message factories",
...@@ -3211,31 +3212,31 @@ ...@@ -3211,31 +3212,31 @@
"response" "response"
], ],
"support": { "support": {
"source": "https://github.com/php-fig/http-factory/tree/master" "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
}, },
"time": "2019-04-30T12:38:16+00:00" "time": "2023-04-10T20:10:41+00:00"
}, },
{ {
"name": "psr/http-message", "name": "psr/http-message",
"version": "1.0.1", "version": "1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/http-message.git", "url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": "^7.2 || ^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "1.1.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3264,9 +3265,9 @@ ...@@ -3264,9 +3265,9 @@
"response" "response"
], ],
"support": { "support": {
"source": "https://github.com/php-fig/http-message/tree/master" "source": "https://github.com/php-fig/http-message/tree/1.1"
}, },
"time": "2016-08-06T14:39:51+00:00" "time": "2023-04-04T09:50:52+00:00"
}, },
{ {
"name": "psr/link", "name": "psr/link",
...@@ -3481,16 +3482,16 @@ ...@@ -3481,16 +3482,16 @@
}, },
{ {
"name": "symfony/amqp-messenger", "name": "symfony/amqp-messenger",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/amqp-messenger.git", "url": "https://github.com/symfony/amqp-messenger.git",
"reference": "a233116e6f01b94e83ea05d413d6894cde007b85" "reference": "6343af983ba7460f7ea984aacb95d1ed382f6e40"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/a233116e6f01b94e83ea05d413d6894cde007b85", "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/6343af983ba7460f7ea984aacb95d1ed382f6e40",
"reference": "a233116e6f01b94e83ea05d413d6894cde007b85", "reference": "6343af983ba7460f7ea984aacb95d1ed382f6e40",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3530,7 +3531,7 @@ ...@@ -3530,7 +3531,7 @@
"description": "Symfony AMQP extension Messenger Bridge", "description": "Symfony AMQP extension Messenger Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/amqp-messenger/tree/v5.4.19" "source": "https://github.com/symfony/amqp-messenger/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -3546,20 +3547,20 @@ ...@@ -3546,20 +3547,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-03-10T09:58:14+00:00"
}, },
{ {
"name": "symfony/asset", "name": "symfony/asset",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/asset.git", "url": "https://github.com/symfony/asset.git",
"reference": "64738384c91e25ad59a66e42b3b0dc0967ca03e3" "reference": "1504b6773c6b90118f9871e90a67833b5d1dca3c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/asset/zipball/64738384c91e25ad59a66e42b3b0dc0967ca03e3", "url": "https://api.github.com/repos/symfony/asset/zipball/1504b6773c6b90118f9871e90a67833b5d1dca3c",
"reference": "64738384c91e25ad59a66e42b3b0dc0967ca03e3", "reference": "1504b6773c6b90118f9871e90a67833b5d1dca3c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3604,7 +3605,7 @@ ...@@ -3604,7 +3605,7 @@
"description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/asset/tree/v5.4.19" "source": "https://github.com/symfony/asset/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -3620,20 +3621,20 @@ ...@@ -3620,20 +3621,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-02-14T08:03:56+00:00"
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/cache.git", "url": "https://github.com/symfony/cache.git",
"reference": "e9147c89fdfdc5d5ef798bb7193f23726ad609f5" "reference": "5ed986c4ef65f0dea5e9753630b5cb1f07f847d6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/e9147c89fdfdc5d5ef798bb7193f23726ad609f5", "url": "https://api.github.com/repos/symfony/cache/zipball/5ed986c4ef65f0dea5e9753630b5cb1f07f847d6",
"reference": "e9147c89fdfdc5d5ef798bb7193f23726ad609f5", "reference": "5ed986c4ef65f0dea5e9753630b5cb1f07f847d6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3701,7 +3702,7 @@ ...@@ -3701,7 +3702,7 @@
"psr6" "psr6"
], ],
"support": { "support": {
"source": "https://github.com/symfony/cache/tree/v5.4.19" "source": "https://github.com/symfony/cache/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -3717,7 +3718,7 @@ ...@@ -3717,7 +3718,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-19T09:49:58+00:00" "time": "2023-03-29T20:01:08+00:00"
}, },
{ {
"name": "symfony/cache-contracts", "name": "symfony/cache-contracts",
...@@ -3800,16 +3801,16 @@ ...@@ -3800,16 +3801,16 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "9bd60843443cda9638efdca7c41eb82ed0026179" "reference": "2a6b1111d038adfa15d52c0871e540f3b352d1e4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/9bd60843443cda9638efdca7c41eb82ed0026179", "url": "https://api.github.com/repos/symfony/config/zipball/2a6b1111d038adfa15d52c0871e540f3b352d1e4",
"reference": "9bd60843443cda9638efdca7c41eb82ed0026179", "reference": "2a6b1111d038adfa15d52c0871e540f3b352d1e4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3859,7 +3860,7 @@ ...@@ -3859,7 +3860,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "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/v5.4.19" "source": "https://github.com/symfony/config/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -3875,7 +3876,7 @@ ...@@ -3875,7 +3876,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-08T13:23:55+00:00" "time": "2023-02-14T08:03:56+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
...@@ -3978,16 +3979,16 @@ ...@@ -3978,16 +3979,16 @@
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v5.4.20", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "8185ed0df129005a26715902f1a53bad0fe67102" "reference": "e1b7c1432efb4ad1dd89d62906187271e2601ed9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8185ed0df129005a26715902f1a53bad0fe67102", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e1b7c1432efb4ad1dd89d62906187271e2601ed9",
"reference": "8185ed0df129005a26715902f1a53bad0fe67102", "reference": "e1b7c1432efb4ad1dd89d62906187271e2601ed9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4047,7 +4048,7 @@ ...@@ -4047,7 +4048,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application", "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/v5.4.20" "source": "https://github.com/symfony/dependency-injection/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -4063,7 +4064,7 @@ ...@@ -4063,7 +4064,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-27T11:08:11+00:00" "time": "2023-03-10T10:02:45+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
...@@ -4251,16 +4252,16 @@ ...@@ -4251,16 +4252,16 @@
}, },
{ {
"name": "symfony/doctrine-messenger", "name": "symfony/doctrine-messenger",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/doctrine-messenger.git", "url": "https://github.com/symfony/doctrine-messenger.git",
"reference": "11c4291794bd4996babb06975af3425d0bf61dbc" "reference": "29aa49b02542503bbcc978c73625d05a9e4ffe4a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/11c4291794bd4996babb06975af3425d0bf61dbc", "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/29aa49b02542503bbcc978c73625d05a9e4ffe4a",
"reference": "11c4291794bd4996babb06975af3425d0bf61dbc", "reference": "29aa49b02542503bbcc978c73625d05a9e4ffe4a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4304,7 +4305,7 @@ ...@@ -4304,7 +4305,7 @@
"description": "Symfony Doctrine Messenger Bridge", "description": "Symfony Doctrine Messenger Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/doctrine-messenger/tree/v5.4.19" "source": "https://github.com/symfony/doctrine-messenger/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -4320,20 +4321,20 @@ ...@@ -4320,20 +4321,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-02-16T09:33:00+00:00"
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/error-handler.git", "url": "https://github.com/symfony/error-handler.git",
"reference": "438ef3e5e6481244785da3ce8cf8f4e74e7f2822" "reference": "56a94aa8cb5a5fbc411551d8d014a296b5456549"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/438ef3e5e6481244785da3ce8cf8f4e74e7f2822", "url": "https://api.github.com/repos/symfony/error-handler/zipball/56a94aa8cb5a5fbc411551d8d014a296b5456549",
"reference": "438ef3e5e6481244785da3ce8cf8f4e74e7f2822", "reference": "56a94aa8cb5a5fbc411551d8d014a296b5456549",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4375,7 +4376,7 @@ ...@@ -4375,7 +4376,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code", "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/v5.4.19" "source": "https://github.com/symfony/error-handler/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -4391,20 +4392,20 @@ ...@@ -4391,20 +4392,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-02-14T08:03:56+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "abf49cc084c087d94b4cb939c3f3672971784e0c" "reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abf49cc084c087d94b4cb939c3f3672971784e0c", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1df20e45d56da29a4b1d8259dd6e950acbf1b13f",
"reference": "abf49cc084c087d94b4cb939c3f3672971784e0c", "reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4460,7 +4461,7 @@ ...@@ -4460,7 +4461,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "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/v5.4.19" "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -4476,7 +4477,7 @@ ...@@ -4476,7 +4477,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-03-17T11:31:58+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
...@@ -4559,16 +4560,16 @@ ...@@ -4559,16 +4560,16 @@
}, },
{ {
"name": "symfony/expression-language", "name": "symfony/expression-language",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/expression-language.git", "url": "https://github.com/symfony/expression-language.git",
"reference": "5db17a4a1c41e2d43d9b84c2eb98a5f63b11c646" "reference": "501589522b844b8eecf012c133f0404f0eef77ac"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/expression-language/zipball/5db17a4a1c41e2d43d9b84c2eb98a5f63b11c646", "url": "https://api.github.com/repos/symfony/expression-language/zipball/501589522b844b8eecf012c133f0404f0eef77ac",
"reference": "5db17a4a1c41e2d43d9b84c2eb98a5f63b11c646", "reference": "501589522b844b8eecf012c133f0404f0eef77ac",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4602,7 +4603,7 @@ ...@@ -4602,7 +4603,7 @@
"description": "Provides an engine that can compile and evaluate expressions", "description": "Provides an engine that can compile and evaluate expressions",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/expression-language/tree/v5.4.19" "source": "https://github.com/symfony/expression-language/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -4618,20 +4619,20 @@ ...@@ -4618,20 +4619,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-14T19:14:44+00:00" "time": "2023-02-14T08:03:56+00:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "648bfaca6a494f3e22378123bcee2894045dc9d8" "reference": "e75960b1bbfd2b8c9e483e0d74811d555ca3de9f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/648bfaca6a494f3e22378123bcee2894045dc9d8", "url": "https://api.github.com/repos/symfony/filesystem/zipball/e75960b1bbfd2b8c9e483e0d74811d555ca3de9f",
"reference": "648bfaca6a494f3e22378123bcee2894045dc9d8", "reference": "e75960b1bbfd2b8c9e483e0d74811d555ca3de9f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4666,7 +4667,7 @@ ...@@ -4666,7 +4667,7 @@
"description": "Provides basic utilities for the filesystem", "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.4.19" "source": "https://github.com/symfony/filesystem/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -4682,20 +4683,20 @@ ...@@ -4682,20 +4683,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-14T19:14:44+00:00" "time": "2023-02-14T08:03:56+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "6071aebf810ad13fe8200c224f36103abb37cf1f" "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/6071aebf810ad13fe8200c224f36103abb37cf1f", "url": "https://api.github.com/repos/symfony/finder/zipball/078e9a5e1871fcfe6a5ce421b539344c21afef19",
"reference": "6071aebf810ad13fe8200c224f36103abb37cf1f", "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4729,7 +4730,7 @@ ...@@ -4729,7 +4730,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "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.4.19" "source": "https://github.com/symfony/finder/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -4745,20 +4746,20 @@ ...@@ -4745,20 +4746,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-14T19:14:44+00:00" "time": "2023-02-16T09:33:00+00:00"
}, },
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/framework-bundle.git", "url": "https://github.com/symfony/framework-bundle.git",
"reference": "a208ee578000f9dedcb50a9784ec7ff8706a7bf1" "reference": "6cb4f6aed4bd7fbf7b2ee74c231184a07f3d00c1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a208ee578000f9dedcb50a9784ec7ff8706a7bf1", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/6cb4f6aed4bd7fbf7b2ee74c231184a07f3d00c1",
"reference": "a208ee578000f9dedcb50a9784ec7ff8706a7bf1", "reference": "6cb4f6aed4bd7fbf7b2ee74c231184a07f3d00c1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4880,7 +4881,7 @@ ...@@ -4880,7 +4881,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "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/v5.4.19" "source": "https://github.com/symfony/framework-bundle/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -4896,20 +4897,20 @@ ...@@ -4896,20 +4897,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-10T17:40:25+00:00" "time": "2023-03-31T08:25:44+00:00"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v5.4.20", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "d0435363362a47c14e9cf50663cb8ffbf491875a" "reference": "05cd1acdd0e3ce8473aaba1d86c188321d85f313"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/d0435363362a47c14e9cf50663cb8ffbf491875a", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/05cd1acdd0e3ce8473aaba1d86c188321d85f313",
"reference": "d0435363362a47c14e9cf50663cb8ffbf491875a", "reference": "05cd1acdd0e3ce8473aaba1d86c188321d85f313",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4956,7 +4957,7 @@ ...@@ -4956,7 +4957,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "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.4.20" "source": "https://github.com/symfony/http-foundation/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -4972,20 +4973,20 @@ ...@@ -4972,20 +4973,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-29T11:11:52+00:00" "time": "2023-03-28T07:28:17+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v5.4.20", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "aaeec341582d3c160cc9ecfa8b2419ba6c69954e" "reference": "2d3a8be2c756353627398827c409af6f126c096d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/aaeec341582d3c160cc9ecfa8b2419ba6c69954e", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2d3a8be2c756353627398827c409af6f126c096d",
"reference": "aaeec341582d3c160cc9ecfa8b2419ba6c69954e", "reference": "2d3a8be2c756353627398827c409af6f126c096d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4994,7 +4995,7 @@ ...@@ -4994,7 +4995,7 @@
"symfony/deprecation-contracts": "^2.1|^3", "symfony/deprecation-contracts": "^2.1|^3",
"symfony/error-handler": "^4.4|^5.0|^6.0", "symfony/error-handler": "^4.4|^5.0|^6.0",
"symfony/event-dispatcher": "^5.0|^6.0", "symfony/event-dispatcher": "^5.0|^6.0",
"symfony/http-foundation": "^5.3.7|^6.0", "symfony/http-foundation": "^5.4.21|^6.2.7",
"symfony/polyfill-ctype": "^1.8", "symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php73": "^1.9", "symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16" "symfony/polyfill-php80": "^1.16"
...@@ -5068,7 +5069,7 @@ ...@@ -5068,7 +5069,7 @@
"description": "Provides a structured process for converting a Request into a Response", "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/v5.4.20" "source": "https://github.com/symfony/http-kernel/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -5084,20 +5085,20 @@ ...@@ -5084,20 +5085,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-02-01T08:18:48+00:00" "time": "2023-03-31T11:54:37+00:00"
}, },
{ {
"name": "symfony/lock", "name": "symfony/lock",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/lock.git", "url": "https://github.com/symfony/lock.git",
"reference": "14b8dfe4df7c3e59e2d3e6a0dd50bb2101eced08" "reference": "cc0565235e16ef403097fbd30eba59690bee6b3c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/lock/zipball/14b8dfe4df7c3e59e2d3e6a0dd50bb2101eced08", "url": "https://api.github.com/repos/symfony/lock/zipball/cc0565235e16ef403097fbd30eba59690bee6b3c",
"reference": "14b8dfe4df7c3e59e2d3e6a0dd50bb2101eced08", "reference": "cc0565235e16ef403097fbd30eba59690bee6b3c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5147,7 +5148,7 @@ ...@@ -5147,7 +5148,7 @@
"semaphore" "semaphore"
], ],
"support": { "support": {
"source": "https://github.com/symfony/lock/tree/v5.4.19" "source": "https://github.com/symfony/lock/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -5163,20 +5164,20 @@ ...@@ -5163,20 +5164,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-03-10T16:52:09+00:00"
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mailer.git", "url": "https://github.com/symfony/mailer.git",
"reference": "66081dc01cfc04fdea08bbd253f44627ec5591dd" "reference": "6330cd465dfd8b7a07515757a1c37069075f7b0b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/66081dc01cfc04fdea08bbd253f44627ec5591dd", "url": "https://api.github.com/repos/symfony/mailer/zipball/6330cd465dfd8b7a07515757a1c37069075f7b0b",
"reference": "66081dc01cfc04fdea08bbd253f44627ec5591dd", "reference": "6330cd465dfd8b7a07515757a1c37069075f7b0b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5194,7 +5195,7 @@ ...@@ -5194,7 +5195,7 @@
"symfony/http-kernel": "<4.4" "symfony/http-kernel": "<4.4"
}, },
"require-dev": { "require-dev": {
"symfony/http-client-contracts": "^1.1|^2|^3", "symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/messenger": "^4.4|^5.0|^6.0" "symfony/messenger": "^4.4|^5.0|^6.0"
}, },
"type": "library", "type": "library",
...@@ -5223,7 +5224,7 @@ ...@@ -5223,7 +5224,7 @@
"description": "Helps sending emails", "description": "Helps sending emails",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/mailer/tree/v5.4.19" "source": "https://github.com/symfony/mailer/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -5239,20 +5240,20 @@ ...@@ -5239,20 +5240,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-09T05:43:46+00:00" "time": "2023-03-10T10:15:32+00:00"
}, },
{ {
"name": "symfony/messenger", "name": "symfony/messenger",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/messenger.git", "url": "https://github.com/symfony/messenger.git",
"reference": "47859baa5f47cb9d52aff4409ba40b24b17c5f52" "reference": "5763e92e94908089654bf19cb339c451bde71692"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/messenger/zipball/47859baa5f47cb9d52aff4409ba40b24b17c5f52", "url": "https://api.github.com/repos/symfony/messenger/zipball/5763e92e94908089654bf19cb339c451bde71692",
"reference": "47859baa5f47cb9d52aff4409ba40b24b17c5f52", "reference": "5763e92e94908089654bf19cb339c451bde71692",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5313,7 +5314,7 @@ ...@@ -5313,7 +5314,7 @@
"description": "Helps applications send and receive messages to/from other applications or via message queues", "description": "Helps applications send and receive messages to/from other applications or via message queues",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/messenger/tree/v5.4.19" "source": "https://github.com/symfony/messenger/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -5329,20 +5330,20 @@ ...@@ -5329,20 +5330,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-14T19:14:44+00:00" "time": "2023-03-10T10:27:29+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "a858429a9c704edc53fe057228cf9ca282ba48eb" "reference": "ef57d9fb9cdd5e6b2ffc567d109865d10b6920cd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/a858429a9c704edc53fe057228cf9ca282ba48eb", "url": "https://api.github.com/repos/symfony/mime/zipball/ef57d9fb9cdd5e6b2ffc567d109865d10b6920cd",
"reference": "a858429a9c704edc53fe057228cf9ca282ba48eb", "reference": "ef57d9fb9cdd5e6b2ffc567d109865d10b6920cd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5397,7 +5398,7 @@ ...@@ -5397,7 +5398,7 @@
"mime-type" "mime-type"
], ],
"support": { "support": {
"source": "https://github.com/symfony/mime/tree/v5.4.19" "source": "https://github.com/symfony/mime/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -5413,7 +5414,7 @@ ...@@ -5413,7 +5414,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-09T05:43:46+00:00" "time": "2023-02-21T19:46:44+00:00"
}, },
{ {
"name": "symfony/monolog-bridge", "name": "symfony/monolog-bridge",
...@@ -5627,16 +5628,16 @@ ...@@ -5627,16 +5628,16 @@
}, },
{ {
"name": "symfony/password-hasher", "name": "symfony/password-hasher",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/password-hasher.git", "url": "https://github.com/symfony/password-hasher.git",
"reference": "51b4b4d9e368fa6e31daa24866499781848c77d3" "reference": "7ce4529b2b2ea7de3b6f344a1a41f58201999180"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/51b4b4d9e368fa6e31daa24866499781848c77d3", "url": "https://api.github.com/repos/symfony/password-hasher/zipball/7ce4529b2b2ea7de3b6f344a1a41f58201999180",
"reference": "51b4b4d9e368fa6e31daa24866499781848c77d3", "reference": "7ce4529b2b2ea7de3b6f344a1a41f58201999180",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5680,7 +5681,7 @@ ...@@ -5680,7 +5681,7 @@
"password" "password"
], ],
"support": { "support": {
"source": "https://github.com/symfony/password-hasher/tree/v5.4.19" "source": "https://github.com/symfony/password-hasher/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -5696,7 +5697,7 @@ ...@@ -5696,7 +5697,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-02-14T08:03:56+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
...@@ -6516,16 +6517,16 @@ ...@@ -6516,16 +6517,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "c5ba874c9b636dbccf761e22ce750e88ec3f55e1" "reference": "4b850da0cc3a2a9181c1ed407adbca4733dc839b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/c5ba874c9b636dbccf761e22ce750e88ec3f55e1", "url": "https://api.github.com/repos/symfony/process/zipball/4b850da0cc3a2a9181c1ed407adbca4733dc839b",
"reference": "c5ba874c9b636dbccf761e22ce750e88ec3f55e1", "reference": "4b850da0cc3a2a9181c1ed407adbca4733dc839b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6558,7 +6559,7 @@ ...@@ -6558,7 +6559,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v5.4.19" "source": "https://github.com/symfony/process/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -6574,20 +6575,20 @@ ...@@ -6574,20 +6575,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-03-06T21:29:33+00:00"
}, },
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-access.git", "url": "https://github.com/symfony/property-access.git",
"reference": "20fcf370aed6b2b4a2d8170fa23d2d07250e94ab" "reference": "ffee082889586b5718347b291e04071f4d07b38f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/property-access/zipball/20fcf370aed6b2b4a2d8170fa23d2d07250e94ab", "url": "https://api.github.com/repos/symfony/property-access/zipball/ffee082889586b5718347b291e04071f4d07b38f",
"reference": "20fcf370aed6b2b4a2d8170fa23d2d07250e94ab", "reference": "ffee082889586b5718347b291e04071f4d07b38f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6635,11 +6636,11 @@ ...@@ -6635,11 +6636,11 @@
"injection", "injection",
"object", "object",
"property", "property",
"property path", "property-path",
"reflection" "reflection"
], ],
"support": { "support": {
"source": "https://github.com/symfony/property-access/tree/v5.4.19" "source": "https://github.com/symfony/property-access/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -6655,20 +6656,20 @@ ...@@ -6655,20 +6656,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-03-14T14:59:20+00:00"
}, },
{ {
"name": "symfony/property-info", "name": "symfony/property-info",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-info.git", "url": "https://github.com/symfony/property-info.git",
"reference": "8ccf54bce2e2edbface1e99cb5a2560a290c9e2d" "reference": "8454a441d117449abd0d61124e68f93f927ad5ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/property-info/zipball/8ccf54bce2e2edbface1e99cb5a2560a290c9e2d", "url": "https://api.github.com/repos/symfony/property-info/zipball/8454a441d117449abd0d61124e68f93f927ad5ba",
"reference": "8ccf54bce2e2edbface1e99cb5a2560a290c9e2d", "reference": "8454a441d117449abd0d61124e68f93f927ad5ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6730,7 +6731,7 @@ ...@@ -6730,7 +6731,7 @@
"validator" "validator"
], ],
"support": { "support": {
"source": "https://github.com/symfony/property-info/tree/v5.4.19" "source": "https://github.com/symfony/property-info/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -6746,20 +6747,20 @@ ...@@ -6746,20 +6747,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-14T11:26:56+00:00" "time": "2023-03-14T14:59:20+00:00"
}, },
{ {
"name": "symfony/redis-messenger", "name": "symfony/redis-messenger",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/redis-messenger.git", "url": "https://github.com/symfony/redis-messenger.git",
"reference": "b1334723b4bd1967a2405f35cc4f01bec0798b84" "reference": "b511d76ae72bff8d3a316f632c200368e52bcf61"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/redis-messenger/zipball/b1334723b4bd1967a2405f35cc4f01bec0798b84", "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/b511d76ae72bff8d3a316f632c200368e52bcf61",
"reference": "b1334723b4bd1967a2405f35cc4f01bec0798b84", "reference": "b511d76ae72bff8d3a316f632c200368e52bcf61",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6797,7 +6798,7 @@ ...@@ -6797,7 +6798,7 @@
"description": "Symfony Redis extension Messenger Bridge", "description": "Symfony Redis extension Messenger Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/redis-messenger/tree/v5.4.19" "source": "https://github.com/symfony/redis-messenger/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -6813,20 +6814,20 @@ ...@@ -6813,20 +6814,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-03-10T09:58:14+00:00"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/routing.git", "url": "https://github.com/symfony/routing.git",
"reference": "df1b28f37c8e78912213c58ef6ab2f2037bbfdc5" "reference": "c2ac11eb34947999b7c38fb4c835a57306907e6d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/df1b28f37c8e78912213c58ef6ab2f2037bbfdc5", "url": "https://api.github.com/repos/symfony/routing/zipball/c2ac11eb34947999b7c38fb4c835a57306907e6d",
"reference": "df1b28f37c8e78912213c58ef6ab2f2037bbfdc5", "reference": "c2ac11eb34947999b7c38fb4c835a57306907e6d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6887,7 +6888,7 @@ ...@@ -6887,7 +6888,7 @@
"url" "url"
], ],
"support": { "support": {
"source": "https://github.com/symfony/routing/tree/v5.4.19" "source": "https://github.com/symfony/routing/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -6903,20 +6904,20 @@ ...@@ -6903,20 +6904,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-03-14T14:59:20+00:00"
}, },
{ {
"name": "symfony/security-bundle", "name": "symfony/security-bundle",
"version": "v5.4.20", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-bundle.git", "url": "https://github.com/symfony/security-bundle.git",
"reference": "1a049b77e70e890c5d5d2105d96ce8b35890197e" "reference": "36eddff8266126de032ab528417ad13eb43f6cb5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/1a049b77e70e890c5d5d2105d96ce8b35890197e", "url": "https://api.github.com/repos/symfony/security-bundle/zipball/36eddff8266126de032ab528417ad13eb43f6cb5",
"reference": "1a049b77e70e890c5d5d2105d96ce8b35890197e", "reference": "36eddff8266126de032ab528417ad13eb43f6cb5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6989,7 +6990,7 @@ ...@@ -6989,7 +6990,7 @@
"description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/security-bundle/tree/v5.4.20" "source": "https://github.com/symfony/security-bundle/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -7005,20 +7006,20 @@ ...@@ -7005,20 +7006,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-30T09:35:58+00:00" "time": "2023-03-10T10:02:45+00:00"
}, },
{ {
"name": "symfony/security-core", "name": "symfony/security-core",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-core.git", "url": "https://github.com/symfony/security-core.git",
"reference": "76fe5a7c62a3f23a5d7b72a55529e94ae2c1ae07" "reference": "a801d525c7545332e2ddf7f52c163959354b1650"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/76fe5a7c62a3f23a5d7b72a55529e94ae2c1ae07", "url": "https://api.github.com/repos/symfony/security-core/zipball/a801d525c7545332e2ddf7f52c163959354b1650",
"reference": "76fe5a7c62a3f23a5d7b72a55529e94ae2c1ae07", "reference": "a801d525c7545332e2ddf7f52c163959354b1650",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7082,7 +7083,7 @@ ...@@ -7082,7 +7083,7 @@
"description": "Symfony Security Component - Core Library", "description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/security-core/tree/v5.4.19" "source": "https://github.com/symfony/security-core/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -7098,20 +7099,20 @@ ...@@ -7098,20 +7099,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-24T10:56:59+00:00" "time": "2023-03-10T10:02:45+00:00"
}, },
{ {
"name": "symfony/security-csrf", "name": "symfony/security-csrf",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-csrf.git", "url": "https://github.com/symfony/security-csrf.git",
"reference": "892dc11b003c0d3da377264bb3d5f178cb894944" "reference": "776a538e5f20fb560a182f790979c71455694203"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/892dc11b003c0d3da377264bb3d5f178cb894944", "url": "https://api.github.com/repos/symfony/security-csrf/zipball/776a538e5f20fb560a182f790979c71455694203",
"reference": "892dc11b003c0d3da377264bb3d5f178cb894944", "reference": "776a538e5f20fb560a182f790979c71455694203",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7154,7 +7155,7 @@ ...@@ -7154,7 +7155,7 @@
"description": "Symfony Security Component - CSRF Library", "description": "Symfony Security Component - CSRF Library",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/security-csrf/tree/v5.4.19" "source": "https://github.com/symfony/security-csrf/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -7170,20 +7171,20 @@ ...@@ -7170,20 +7171,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-02-16T09:33:00+00:00"
}, },
{ {
"name": "symfony/security-guard", "name": "symfony/security-guard",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-guard.git", "url": "https://github.com/symfony/security-guard.git",
"reference": "6f9d69b1ef4adaae02ac99af09bbe5de151e824c" "reference": "62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-guard/zipball/6f9d69b1ef4adaae02ac99af09bbe5de151e824c", "url": "https://api.github.com/repos/symfony/security-guard/zipball/62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa",
"reference": "6f9d69b1ef4adaae02ac99af09bbe5de151e824c", "reference": "62d064b1ee682e4617f4c5ddc0d31f73e1a7ecaa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7221,7 +7222,7 @@ ...@@ -7221,7 +7222,7 @@
"description": "Symfony Security Component - Guard", "description": "Symfony Security Component - Guard",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/security-guard/tree/v5.4.19" "source": "https://github.com/symfony/security-guard/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -7237,20 +7238,20 @@ ...@@ -7237,20 +7238,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-03-06T21:29:33+00:00"
}, },
{ {
"name": "symfony/security-http", "name": "symfony/security-http",
"version": "v5.4.20", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-http.git", "url": "https://github.com/symfony/security-http.git",
"reference": "0236efe37462df3204e758e3a55661a43285d948" "reference": "428c84954e95f54383d031693fa649f1e466461f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-http/zipball/0236efe37462df3204e758e3a55661a43285d948", "url": "https://api.github.com/repos/symfony/security-http/zipball/428c84954e95f54383d031693fa649f1e466461f",
"reference": "0236efe37462df3204e758e3a55661a43285d948", "reference": "428c84954e95f54383d031693fa649f1e466461f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7306,7 +7307,7 @@ ...@@ -7306,7 +7307,7 @@
"description": "Symfony Security Component - HTTP Integration", "description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/security-http/tree/v5.4.20" "source": "https://github.com/symfony/security-http/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -7322,7 +7323,7 @@ ...@@ -7322,7 +7323,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-30T09:35:58+00:00" "time": "2023-03-10T10:02:45+00:00"
}, },
{ {
"name": "symfony/serializer", "name": "symfony/serializer",
...@@ -7574,16 +7575,16 @@ ...@@ -7574,16 +7575,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "0a01071610fd861cc160dfb7e2682ceec66064cb" "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/0a01071610fd861cc160dfb7e2682ceec66064cb", "url": "https://api.github.com/repos/symfony/string/zipball/8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",
"reference": "0a01071610fd861cc160dfb7e2682ceec66064cb", "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7640,7 +7641,7 @@ ...@@ -7640,7 +7641,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v5.4.19" "source": "https://github.com/symfony/string/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -7656,7 +7657,7 @@ ...@@ -7656,7 +7657,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-03-14T06:11:53+00:00"
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
...@@ -7738,16 +7739,16 @@ ...@@ -7738,16 +7739,16 @@
}, },
{ {
"name": "symfony/twig-bridge", "name": "symfony/twig-bridge",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/twig-bridge.git", "url": "https://github.com/symfony/twig-bridge.git",
"reference": "0526188cb886be64351454826fecc6d35356eaf1" "reference": "e5b174464f68be6876046db3ad6e217d9a7dbbac"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/0526188cb886be64351454826fecc6d35356eaf1", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/e5b174464f68be6876046db3ad6e217d9a7dbbac",
"reference": "0526188cb886be64351454826fecc6d35356eaf1", "reference": "e5b174464f68be6876046db3ad6e217d9a7dbbac",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7760,7 +7761,7 @@ ...@@ -7760,7 +7761,7 @@
"phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0", "phpdocumentor/type-resolver": "<1.4.0",
"symfony/console": "<5.3", "symfony/console": "<5.3",
"symfony/form": "<5.3", "symfony/form": "<5.4.21|>=6,<6.2.7",
"symfony/http-foundation": "<5.3", "symfony/http-foundation": "<5.3",
"symfony/http-kernel": "<4.4", "symfony/http-kernel": "<4.4",
"symfony/translation": "<5.2", "symfony/translation": "<5.2",
...@@ -7775,7 +7776,7 @@ ...@@ -7775,7 +7776,7 @@
"symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0", "symfony/finder": "^4.4|^5.0|^6.0",
"symfony/form": "^5.3|^6.0", "symfony/form": "^5.4.21|^6.2.7",
"symfony/http-foundation": "^5.3|^6.0", "symfony/http-foundation": "^5.3|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/intl": "^4.4|^5.0|^6.0", "symfony/intl": "^4.4|^5.0|^6.0",
...@@ -7839,7 +7840,7 @@ ...@@ -7839,7 +7840,7 @@
"description": "Provides integration for Twig with various Symfony components", "description": "Provides integration for Twig with various Symfony components",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/twig-bridge/tree/v5.4.19" "source": "https://github.com/symfony/twig-bridge/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -7855,20 +7856,20 @@ ...@@ -7855,20 +7856,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-09T05:43:46+00:00" "time": "2023-03-31T08:28:44+00:00"
}, },
{ {
"name": "symfony/twig-bundle", "name": "symfony/twig-bundle",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/twig-bundle.git", "url": "https://github.com/symfony/twig-bundle.git",
"reference": "286bd9e38b9bcb142f1eda0a75b0bbeb49ff34bd" "reference": "875d0edfc8df7505c1993419882c4071fc28c477"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/286bd9e38b9bcb142f1eda0a75b0bbeb49ff34bd", "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/875d0edfc8df7505c1993419882c4071fc28c477",
"reference": "286bd9e38b9bcb142f1eda0a75b0bbeb49ff34bd", "reference": "875d0edfc8df7505c1993419882c4071fc28c477",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7928,7 +7929,7 @@ ...@@ -7928,7 +7929,7 @@
"description": "Provides a tight integration of Twig into the Symfony full-stack framework", "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/twig-bundle/tree/v5.4.19" "source": "https://github.com/symfony/twig-bundle/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -7944,20 +7945,20 @@ ...@@ -7944,20 +7945,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-02-14T08:03:56+00:00"
}, },
{ {
"name": "symfony/uid", "name": "symfony/uid",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/uid.git", "url": "https://github.com/symfony/uid.git",
"reference": "962c08ab8e0621e966ff1a19d398308b34f24aa2" "reference": "a30744506976aafc807ccb0d4f95865c0a690d02"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/uid/zipball/962c08ab8e0621e966ff1a19d398308b34f24aa2", "url": "https://api.github.com/repos/symfony/uid/zipball/a30744506976aafc807ccb0d4f95865c0a690d02",
"reference": "962c08ab8e0621e966ff1a19d398308b34f24aa2", "reference": "a30744506976aafc807ccb0d4f95865c0a690d02",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8002,7 +8003,7 @@ ...@@ -8002,7 +8003,7 @@
"uuid" "uuid"
], ],
"support": { "support": {
"source": "https://github.com/symfony/uid/tree/v5.4.19" "source": "https://github.com/symfony/uid/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -8018,20 +8019,20 @@ ...@@ -8018,20 +8019,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-02-14T08:03:56+00:00"
}, },
{ {
"name": "symfony/validator", "name": "symfony/validator",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/validator.git", "url": "https://github.com/symfony/validator.git",
"reference": "98582557a107e2db3a4e95e6dea0df8016dc246c" "reference": "7c953a48f436bb180d8f5ae471f2665d7dd245da"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/98582557a107e2db3a4e95e6dea0df8016dc246c", "url": "https://api.github.com/repos/symfony/validator/zipball/7c953a48f436bb180d8f5ae471f2665d7dd245da",
"reference": "98582557a107e2db3a4e95e6dea0df8016dc246c", "reference": "7c953a48f436bb180d8f5ae471f2665d7dd245da",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8115,7 +8116,7 @@ ...@@ -8115,7 +8116,7 @@
"description": "Provides tools to validate values", "description": "Provides tools to validate values",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/validator/tree/v5.4.19" "source": "https://github.com/symfony/validator/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -8131,20 +8132,20 @@ ...@@ -8131,20 +8132,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-15T15:23:36+00:00" "time": "2023-03-17T15:39:32+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b" "reference": "e2edac9ce47e6df07e38143c7cfa6bdbc1a6dcc4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e2edac9ce47e6df07e38143c7cfa6bdbc1a6dcc4",
"reference": "2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b", "reference": "e2edac9ce47e6df07e38143c7cfa6bdbc1a6dcc4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8204,7 +8205,7 @@ ...@@ -8204,7 +8205,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.19" "source": "https://github.com/symfony/var-dumper/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -8220,20 +8221,20 @@ ...@@ -8220,20 +8221,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-16T10:52:33+00:00" "time": "2023-03-25T09:27:28+00:00"
}, },
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-exporter.git", "url": "https://github.com/symfony/var-exporter.git",
"reference": "2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6" "reference": "be74908a6942fdd331554b3cec27ff41b45ccad4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/be74908a6942fdd331554b3cec27ff41b45ccad4",
"reference": "2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6", "reference": "be74908a6942fdd331554b3cec27ff41b45ccad4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8277,7 +8278,7 @@ ...@@ -8277,7 +8278,7 @@
"serialize" "serialize"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.4.19" "source": "https://github.com/symfony/var-exporter/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -8293,7 +8294,7 @@ ...@@ -8293,7 +8294,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-12T16:39:29+00:00" "time": "2023-02-21T19:46:44+00:00"
}, },
{ {
"name": "symfony/web-link", "name": "symfony/web-link",
...@@ -8384,16 +8385,16 @@ ...@@ -8384,16 +8385,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "71c05db20cb9b54d381a28255f17580e2b7e36a5" "reference": "3713e20d93e46e681e51605d213027e48dab3469"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/71c05db20cb9b54d381a28255f17580e2b7e36a5", "url": "https://api.github.com/repos/symfony/yaml/zipball/3713e20d93e46e681e51605d213027e48dab3469",
"reference": "71c05db20cb9b54d381a28255f17580e2b7e36a5", "reference": "3713e20d93e46e681e51605d213027e48dab3469",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8439,7 +8440,7 @@ ...@@ -8439,7 +8440,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v5.4.19" "source": "https://github.com/symfony/yaml/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -8455,7 +8456,7 @@ ...@@ -8455,7 +8456,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-10T18:51:14+00:00" "time": "2023-02-21T19:46:44+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
...@@ -9773,16 +9774,16 @@ ...@@ -9773,16 +9774,16 @@
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
"version": "1.11.0", "version": "1.11.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/myclabs/DeepCopy.git", "url": "https://github.com/myclabs/DeepCopy.git",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -9820,7 +9821,7 @@ ...@@ -9820,7 +9821,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/myclabs/DeepCopy/issues", "issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
}, },
"funding": [ "funding": [
{ {
...@@ -9828,7 +9829,7 @@ ...@@ -9828,7 +9829,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-03-03T13:19:32+00:00" "time": "2023-03-08T13:26:56+00:00"
}, },
{ {
"name": "netresearch/jsonmapper", "name": "netresearch/jsonmapper",
...@@ -9883,16 +9884,16 @@ ...@@ -9883,16 +9884,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.15.3", "version": "v4.15.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
"reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -9933,9 +9934,9 @@ ...@@ -9933,9 +9934,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nikic/PHP-Parser/issues", "issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
}, },
"time": "2023-01-16T22:05:37+00:00" "time": "2023-03-05T19:49:14+00:00"
}, },
{ {
"name": "openlss/lib-array2xml", "name": "openlss/lib-array2xml",
...@@ -10338,23 +10339,23 @@ ...@@ -10338,23 +10339,23 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "9.2.24", "version": "9.2.26",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "2cf940ebc6355a9d430462811b5aaa308b174bed" "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
"reference": "2cf940ebc6355a9d430462811b5aaa308b174bed", "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-libxml": "*", "ext-libxml": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"nikic/php-parser": "^4.14", "nikic/php-parser": "^4.15",
"php": ">=7.3", "php": ">=7.3",
"phpunit/php-file-iterator": "^3.0.3", "phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-text-template": "^2.0.2", "phpunit/php-text-template": "^2.0.2",
...@@ -10369,8 +10370,8 @@ ...@@ -10369,8 +10370,8 @@
"phpunit/phpunit": "^9.3" "phpunit/phpunit": "^9.3"
}, },
"suggest": { "suggest": {
"ext-pcov": "*", "ext-pcov": "PHP extension that provides line coverage",
"ext-xdebug": "*" "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -10403,7 +10404,7 @@ ...@@ -10403,7 +10404,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24" "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26"
}, },
"funding": [ "funding": [
{ {
...@@ -10411,7 +10412,7 @@ ...@@ -10411,7 +10412,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-01-26T08:26:55+00:00" "time": "2023-03-06T12:58:08+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
...@@ -10656,16 +10657,16 @@ ...@@ -10656,16 +10657,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "9.6.3", "version": "9.6.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555" "reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7b1615e3e887d6c719121c6d4a44b0ab9645555", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b65d59a059d3004a040c16a82e07bbdf6cfdd115",
"reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555", "reference": "b65d59a059d3004a040c16a82e07bbdf6cfdd115",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -10698,8 +10699,8 @@ ...@@ -10698,8 +10699,8 @@
"sebastian/version": "^3.0.2" "sebastian/version": "^3.0.2"
}, },
"suggest": { "suggest": {
"ext-soap": "*", "ext-soap": "To be able to generate mocks based on WSDL files",
"ext-xdebug": "*" "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
}, },
"bin": [ "bin": [
"phpunit" "phpunit"
...@@ -10738,7 +10739,8 @@ ...@@ -10738,7 +10739,8 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3" "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.6"
}, },
"funding": [ "funding": [
{ {
...@@ -10754,7 +10756,7 @@ ...@@ -10754,7 +10756,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-02-04T13:37:15+00:00" "time": "2023-03-27T11:43:46+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
...@@ -11722,16 +11724,16 @@ ...@@ -11722,16 +11724,16 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/browser-kit.git", "url": "https://github.com/symfony/browser-kit.git",
"reference": "572b9e03741051b97c316f65f8c361eed08fdb14" "reference": "a866ca7e396f15d7efb6d74a8a7d364d4e05b704"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/572b9e03741051b97c316f65f8c361eed08fdb14", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/a866ca7e396f15d7efb6d74a8a7d364d4e05b704",
"reference": "572b9e03741051b97c316f65f8c361eed08fdb14", "reference": "a866ca7e396f15d7efb6d74a8a7d364d4e05b704",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -11774,7 +11776,7 @@ ...@@ -11774,7 +11776,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/browser-kit/tree/v5.4.19" "source": "https://github.com/symfony/browser-kit/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -11790,20 +11792,20 @@ ...@@ -11790,20 +11792,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-02-14T08:03:56+00:00"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v5.4.19", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "224a1820e7669babdd85970230ed72bd6e342ad4" "reference": "4c633facee8da59998e0c90e337a586cf07a21e7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/224a1820e7669babdd85970230ed72bd6e342ad4", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4c633facee8da59998e0c90e337a586cf07a21e7",
"reference": "224a1820e7669babdd85970230ed72bd6e342ad4", "reference": "4c633facee8da59998e0c90e337a586cf07a21e7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -11849,7 +11851,7 @@ ...@@ -11849,7 +11851,7 @@
"description": "Eases DOM navigation for HTML and XML documents", "description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.19" "source": "https://github.com/symfony/dom-crawler/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -11865,20 +11867,20 @@ ...@@ -11865,20 +11867,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-14T19:14:44+00:00" "time": "2023-03-06T21:29:33+00:00"
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"version": "v5.4.20", "version": "v5.4.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client.git", "url": "https://github.com/symfony/http-client.git",
"reference": "b4d936b657c7952a41e89efd0ddcea51f8c90f34" "reference": "4cd1b7e7ee846c8b22cb47cbc435344af9b2a8bf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/b4d936b657c7952a41e89efd0ddcea51f8c90f34", "url": "https://api.github.com/repos/symfony/http-client/zipball/4cd1b7e7ee846c8b22cb47cbc435344af9b2a8bf",
"reference": "b4d936b657c7952a41e89efd0ddcea51f8c90f34", "reference": "4cd1b7e7ee846c8b22cb47cbc435344af9b2a8bf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -11935,8 +11937,11 @@ ...@@ -11935,8 +11937,11 @@
], ],
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"keywords": [
"http"
],
"support": { "support": {
"source": "https://github.com/symfony/http-client/tree/v5.4.20" "source": "https://github.com/symfony/http-client/tree/v5.4.22"
}, },
"funding": [ "funding": [
{ {
...@@ -11952,7 +11957,7 @@ ...@@ -11952,7 +11957,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-25T18:32:18+00:00" "time": "2023-03-24T15:16:26+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
...@@ -12103,16 +12108,16 @@ ...@@ -12103,16 +12108,16 @@
}, },
{ {
"name": "symfony/phpunit-bridge", "name": "symfony/phpunit-bridge",
"version": "v5.4.19", "version": "v5.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git", "url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "3b213e88832612c5eee0f8a9b764897896b23bf0" "reference": "28d8a15a0b4c7186042fa4e0ddea94d561e7ea9e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/3b213e88832612c5eee0f8a9b764897896b23bf0", "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/28d8a15a0b4c7186042fa4e0ddea94d561e7ea9e",
"reference": "3b213e88832612c5eee0f8a9b764897896b23bf0", "reference": "28d8a15a0b4c7186042fa4e0ddea94d561e7ea9e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -12166,7 +12171,7 @@ ...@@ -12166,7 +12171,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management", "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/v5.4.19" "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.21"
}, },
"funding": [ "funding": [
{ {
...@@ -12182,7 +12187,7 @@ ...@@ -12182,7 +12187,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:32:19+00:00" "time": "2023-02-16T09:33:00+00:00"
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",
...@@ -12411,5 +12416,5 @@ ...@@ -12411,5 +12416,5 @@
"platform-overrides": { "platform-overrides": {
"php": "7.3" "php": "7.3"
}, },
"plugin-api-version": "2.2.0" "plugin-api-version": "2.3.0"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment