diff --git a/composer.lock b/composer.lock index e3d3165a..99923868 100644 --- a/composer.lock +++ b/composer.lock @@ -297,21 +297,21 @@ }, { "name": "doctrine/dbal", - "version": "2.13.8", + "version": "2.13.9", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "dc9b3c3c8592c935a6e590441f9abc0f9eba335b" + "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/dc9b3c3c8592c935a6e590441f9abc0f9eba335b", - "reference": "dc9b3c3c8592c935a6e590441f9abc0f9eba335b", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/c480849ca3ad6706a39c970cdfe6888fa8a058b8", + "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8", "shasum": "" }, "require": { "doctrine/cache": "^1.0|^2.0", - "doctrine/deprecations": "^0.5.3", + "doctrine/deprecations": "^0.5.3|^1", "doctrine/event-manager": "^1.0", "ext-pdo": "*", "php": "^7.1 || ^8" @@ -386,7 +386,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/2.13.8" + "source": "https://github.com/doctrine/dbal/tree/2.13.9" }, "funding": [ { @@ -402,29 +402,29 @@ "type": "tidelift" } ], - "time": "2022-03-09T15:25:46+00:00" + "time": "2022-05-02T20:28:55+00:00" }, { "name": "doctrine/deprecations", - "version": "v0.5.3", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "9504165960a1f83cc1480e2be1dd0a0478561314" + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314", - "reference": "9504165960a1f83cc1480e2be1dd0a0478561314", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", "shasum": "" }, "require": { "php": "^7.1|^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0|^7.0|^8.0", - "phpunit/phpunit": "^7.0|^8.0|^9.0", - "psr/log": "^1.0" + "doctrine/coding-standard": "^9", + "phpunit/phpunit": "^7.5|^8.5|^9.5", + "psr/log": "^1|^2|^3" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -443,9 +443,9 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/v0.5.3" + "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" }, - "time": "2021-03-21T12:59:47+00:00" + "time": "2022-05-02T15:47:09+00:00" }, { "name": "doctrine/event-manager", @@ -802,25 +802,25 @@ }, { "name": "fluidtypo3/vhs", - "version": "6.0.5", + "version": "6.1.1", "source": { "type": "git", "url": "https://github.com/FluidTYPO3/vhs.git", - "reference": "995a18d34975375a14b736b61be353a39a9b0e60" + "reference": "0e12d00436a4529f4f67e3bef1c20548b4b3ee5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FluidTYPO3/vhs/zipball/995a18d34975375a14b736b61be353a39a9b0e60", - "reference": "995a18d34975375a14b736b61be353a39a9b0e60", + "url": "https://api.github.com/repos/FluidTYPO3/vhs/zipball/0e12d00436a4529f4f67e3bef1c20548b4b3ee5a", + "reference": "0e12d00436a4529f4f67e3bef1c20548b4b3ee5a", "shasum": "" }, "require": { - "php": "^7.0.0", - "typo3/cms-backend": "^8.7 || ^9 || ^10 || dev-master", - "typo3/cms-core": "^8.7 || ^9 || ^10 || dev-master", - "typo3/cms-extbase": "^8.7 || ^9 || ^10 || dev-master", - "typo3/cms-fluid": "^8.7 || ^9 || ^10 || dev-master", - "typo3/cms-frontend": "^8.7 || ^9 || ^10 || dev-master" + "php": "^7.4.0 || ^8", + "typo3/cms-backend": "^8.7 || ^9 || ^10 || ^11 || dev-master", + "typo3/cms-core": "^8.7 || ^9 || ^10 || ^11 || dev-master", + "typo3/cms-extbase": "^8.7 || ^9 || ^10 || ^11 || dev-master", + "typo3/cms-fluid": "^8.7 || ^9 || ^10 || ^11 || dev-master", + "typo3/cms-frontend": "^8.7 || ^9 || ^10 || ^11 || dev-master" }, "replace": { "typo3-ter/vhs": "self.version" @@ -848,7 +848,7 @@ "license": [ "GPL-2.0-or-later" ], - "description": "The vhs package from FluidTYPO3", + "description": "This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.", "homepage": "https://fluidtypo3.org", "keywords": [ "TYPO3 CMS", @@ -859,11 +859,12 @@ "viewhelper" ], "support": { - "irc": "irc://irc.freenode.org/fedext", + "chat": "https://typo3.slack.com/archives/C79562JES", + "docs": "https://viewhelpers.fluidtypo3.org/fluidtypo3/vhs/", "issues": "https://github.com/FluidTYPO3/vhs/issues", - "source": "https://github.com/FluidTYPO3/vhs/tree/6.0.5" + "source": "https://github.com/FluidTYPO3/vhs" }, - "time": "2021-01-22T12:29:10+00:00" + "time": "2022-05-02T11:15:26+00:00" }, { "name": "georgringer/news", @@ -943,16 +944,16 @@ }, { "name": "gridelementsteam/gridelements", - "version": "10.4.2", + "version": "10.4.3", "source": { "type": "git", "url": "https://gitlab.com/coderscare/gridelements.git", - "reference": "aa2ba9e1fb3a0946c40d9cdb3ac356df13357940" + "reference": "4e05b529cc07bbb81447fb6b6b0d6a840a060de3" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/coderscare%2Fgridelements/repository/archive.zip?sha=aa2ba9e1fb3a0946c40d9cdb3ac356df13357940", - "reference": "aa2ba9e1fb3a0946c40d9cdb3ac356df13357940", + "url": "https://gitlab.com/api/v4/projects/coderscare%2Fgridelements/repository/archive.zip?sha=4e05b529cc07bbb81447fb6b6b0d6a840a060de3", + "reference": "4e05b529cc07bbb81447fb6b6b0d6a840a060de3", "shasum": "" }, "require": { @@ -993,9 +994,9 @@ ], "support": { "issues": "https://forge.typo3.org/projects/extension-gridelements2/issues", - "source": "https://gitlab.com/coderscare/gridelements/-/tree/10.4.2" + "source": "https://gitlab.com/coderscare/gridelements/-/tree/10.4.3" }, - "time": "2022-04-26T15:05:21+00:00" + "time": "2022-04-27T14:16:37+00:00" }, { "name": "guzzlehttp/guzzle", @@ -2740,16 +2741,16 @@ }, { "name": "symfony/cache", - "version": "v5.4.7", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "ba06841ed293fcaf79a592f59fdaba471f7c756c" + "reference": "4c6747cf7e56c6b8e3094dd24852bd3e364375b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/ba06841ed293fcaf79a592f59fdaba471f7c756c", - "reference": "ba06841ed293fcaf79a592f59fdaba471f7c756c", + "url": "https://api.github.com/repos/symfony/cache/zipball/4c6747cf7e56c6b8e3094dd24852bd3e364375b1", + "reference": "4c6747cf7e56c6b8e3094dd24852bd3e364375b1", "shasum": "" }, "require": { @@ -2817,7 +2818,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.4.7" + "source": "https://github.com/symfony/cache/tree/v5.4.8" }, "funding": [ { @@ -2833,7 +2834,7 @@ "type": "tidelift" } ], - "time": "2022-03-22T15:31:03+00:00" + "time": "2022-04-26T13:19:20+00:00" }, { "name": "symfony/cache-contracts", @@ -2916,16 +2917,16 @@ }, { "name": "symfony/config", - "version": "v5.4.7", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "05624c386afa1b4ccc1357463d830fade8d9d404" + "reference": "9f8964f56f7234f8ace16f66cb3fbae950c04e68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/05624c386afa1b4ccc1357463d830fade8d9d404", - "reference": "05624c386afa1b4ccc1357463d830fade8d9d404", + "url": "https://api.github.com/repos/symfony/config/zipball/9f8964f56f7234f8ace16f66cb3fbae950c04e68", + "reference": "9f8964f56f7234f8ace16f66cb3fbae950c04e68", "shasum": "" }, "require": { @@ -2975,7 +2976,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v5.4.7" + "source": "https://github.com/symfony/config/tree/v5.4.8" }, "funding": [ { @@ -2991,20 +2992,20 @@ "type": "tidelift" } ], - "time": "2022-03-21T13:42:03+00:00" + "time": "2022-04-12T16:02:29+00:00" }, { "name": "symfony/console", - "version": "v5.4.7", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "900275254f0a1a2afff1ab0e11abd5587a10e1d6" + "reference": "ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/900275254f0a1a2afff1ab0e11abd5587a10e1d6", - "reference": "900275254f0a1a2afff1ab0e11abd5587a10e1d6", + "url": "https://api.github.com/repos/symfony/console/zipball/ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b", + "reference": "ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b", "shasum": "" }, "require": { @@ -3074,7 +3075,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.7" + "source": "https://github.com/symfony/console/tree/v5.4.8" }, "funding": [ { @@ -3090,20 +3091,20 @@ "type": "tidelift" } ], - "time": "2022-03-31T17:09:19+00:00" + "time": "2022-04-12T16:02:29+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.4.7", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "35588b2afb08ea3a142d62fefdcad4cb09be06ed" + "reference": "855e29cd715ad62bb840c9841fe09a7cde50811f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/35588b2afb08ea3a142d62fefdcad4cb09be06ed", - "reference": "35588b2afb08ea3a142d62fefdcad4cb09be06ed", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/855e29cd715ad62bb840c9841fe09a7cde50811f", + "reference": "855e29cd715ad62bb840c9841fe09a7cde50811f", "shasum": "" }, "require": { @@ -3163,7 +3164,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v5.4.7" + "source": "https://github.com/symfony/dependency-injection/tree/v5.4.8" }, "funding": [ { @@ -3179,7 +3180,7 @@ "type": "tidelift" } ], - "time": "2022-03-08T15:43:06+00:00" + "time": "2022-04-26T13:08:29+00:00" }, { "name": "symfony/deprecation-contracts", @@ -3414,16 +3415,16 @@ }, { "name": "symfony/expression-language", - "version": "v5.4.7", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "2ab2550b48ee6e88137f69967a5ded0852741549" + "reference": "9d186e1eecf9e3461c6adbdf1acf614b8da9def9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/2ab2550b48ee6e88137f69967a5ded0852741549", - "reference": "2ab2550b48ee6e88137f69967a5ded0852741549", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/9d186e1eecf9e3461c6adbdf1acf614b8da9def9", + "reference": "9d186e1eecf9e3461c6adbdf1acf614b8da9def9", "shasum": "" }, "require": { @@ -3457,7 +3458,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v5.4.7" + "source": "https://github.com/symfony/expression-language/tree/v5.4.8" }, "funding": [ { @@ -3473,7 +3474,7 @@ "type": "tidelift" } ], - "time": "2022-03-31T17:09:19+00:00" + "time": "2022-04-08T05:07:18+00:00" }, { "name": "symfony/filesystem", @@ -3541,16 +3542,16 @@ }, { "name": "symfony/finder", - "version": "v5.4.3", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d" + "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/231313534dded84c7ecaa79d14bc5da4ccb69b7d", - "reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d", + "url": "https://api.github.com/repos/symfony/finder/zipball/9b630f3427f3ebe7cd346c277a1408b00249dad9", + "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9", "shasum": "" }, "require": { @@ -3584,7 +3585,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.3" + "source": "https://github.com/symfony/finder/tree/v5.4.8" }, "funding": [ { @@ -3600,20 +3601,20 @@ "type": "tidelift" } ], - "time": "2022-01-26T16:34:36+00:00" + "time": "2022-04-15T08:07:45+00:00" }, { "name": "symfony/http-client", - "version": "v4.4.40", + "version": "v4.4.41", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "c66fc3b60900359ea10a7b22921c797446783bb3" + "reference": "bad7c3296590c5a69a9ed89e8a51f13c07c34b54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/c66fc3b60900359ea10a7b22921c797446783bb3", - "reference": "c66fc3b60900359ea10a7b22921c797446783bb3", + "url": "https://api.github.com/repos/symfony/http-client/zipball/bad7c3296590c5a69a9ed89e8a51f13c07c34b54", + "reference": "bad7c3296590c5a69a9ed89e8a51f13c07c34b54", "shasum": "" }, "require": { @@ -3665,7 +3666,7 @@ "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-client/tree/v4.4.40" + "source": "https://github.com/symfony/http-client/tree/v4.4.41" }, "funding": [ { @@ -3681,7 +3682,7 @@ "type": "tidelift" } ], - "time": "2022-04-01T12:25:39+00:00" + "time": "2022-04-12T15:19:55+00:00" }, { "name": "symfony/http-client-contracts", @@ -3763,16 +3764,16 @@ }, { "name": "symfony/http-foundation", - "version": "v5.4.6", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "34e89bc147633c0f9dd6caaaf56da3b806a21465" + "reference": "ff2818d1c3d49860bcae1f2cbb5eb00fcd3bf9e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/34e89bc147633c0f9dd6caaaf56da3b806a21465", - "reference": "34e89bc147633c0f9dd6caaaf56da3b806a21465", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ff2818d1c3d49860bcae1f2cbb5eb00fcd3bf9e2", + "reference": "ff2818d1c3d49860bcae1f2cbb5eb00fcd3bf9e2", "shasum": "" }, "require": { @@ -3816,7 +3817,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.4.6" + "source": "https://github.com/symfony/http-foundation/tree/v5.4.8" }, "funding": [ { @@ -3832,7 +3833,7 @@ "type": "tidelift" } ], - "time": "2022-03-05T21:03:43+00:00" + "time": "2022-04-22T08:14:12+00:00" }, { "name": "symfony/inflector", @@ -3909,16 +3910,16 @@ }, { "name": "symfony/mailer", - "version": "v5.4.7", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "03332035eef89557db9eb7ead4e899685d5962b9" + "reference": "c6e7aa958cb2884d68562264f421ffea59cdad41" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/03332035eef89557db9eb7ead4e899685d5962b9", - "reference": "03332035eef89557db9eb7ead4e899685d5962b9", + "url": "https://api.github.com/repos/symfony/mailer/zipball/c6e7aa958cb2884d68562264f421ffea59cdad41", + "reference": "c6e7aa958cb2884d68562264f421ffea59cdad41", "shasum": "" }, "require": { @@ -3965,7 +3966,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v5.4.7" + "source": "https://github.com/symfony/mailer/tree/v5.4.8" }, "funding": [ { @@ -3981,20 +3982,20 @@ "type": "tidelift" } ], - "time": "2022-03-18T16:00:30+00:00" + "time": "2022-04-27T17:10:22+00:00" }, { "name": "symfony/mime", - "version": "v5.4.7", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "92d27a34dea2e199fa9b687e3fff3a7d169b7b1c" + "reference": "af49bc163ec3272f677bde3bc44c0d766c1fd662" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/92d27a34dea2e199fa9b687e3fff3a7d169b7b1c", - "reference": "92d27a34dea2e199fa9b687e3fff3a7d169b7b1c", + "url": "https://api.github.com/repos/symfony/mime/zipball/af49bc163ec3272f677bde3bc44c0d766c1fd662", + "reference": "af49bc163ec3272f677bde3bc44c0d766c1fd662", "shasum": "" }, "require": { @@ -4048,7 +4049,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.7" + "source": "https://github.com/symfony/mime/tree/v5.4.8" }, "funding": [ { @@ -4064,7 +4065,7 @@ "type": "tidelift" } ], - "time": "2022-03-11T16:08:05+00:00" + "time": "2022-04-12T15:48:08+00:00" }, { "name": "symfony/options-resolver", @@ -4956,16 +4957,16 @@ }, { "name": "symfony/process", - "version": "v5.4.7", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "38a44b2517b470a436e1c944bf9b9ba3961137fb" + "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/38a44b2517b470a436e1c944bf9b9ba3961137fb", - "reference": "38a44b2517b470a436e1c944bf9b9ba3961137fb", + "url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3", + "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3", "shasum": "" }, "require": { @@ -4998,7 +4999,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.4.7" + "source": "https://github.com/symfony/process/tree/v5.4.8" }, "funding": [ { @@ -5014,20 +5015,20 @@ "type": "tidelift" } ], - "time": "2022-03-18T16:18:52+00:00" + "time": "2022-04-08T05:07:18+00:00" }, { "name": "symfony/property-access", - "version": "v4.4.40", + "version": "v4.4.41", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "ca88fba03cc46631a291c2d2cb4a30e4628a9f42" + "reference": "363945473bc6ec784e75037b075cb98f85cdae36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/ca88fba03cc46631a291c2d2cb4a30e4628a9f42", - "reference": "ca88fba03cc46631a291c2d2cb4a30e4628a9f42", + "url": "https://api.github.com/repos/symfony/property-access/zipball/363945473bc6ec784e75037b075cb98f85cdae36", + "reference": "363945473bc6ec784e75037b075cb98f85cdae36", "shasum": "" }, "require": { @@ -5078,7 +5079,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v4.4.40" + "source": "https://github.com/symfony/property-access/tree/v4.4.41" }, "funding": [ { @@ -5094,7 +5095,7 @@ "type": "tidelift" } ], - "time": "2022-03-30T17:12:49+00:00" + "time": "2022-04-12T15:19:55+00:00" }, { "name": "symfony/property-info", @@ -5189,16 +5190,16 @@ }, { "name": "symfony/routing", - "version": "v5.4.3", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "44b29c7a94e867ccde1da604792f11a469958981" + "reference": "e07817bb6244ea33ef5ad31abc4a9288bef3f2f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/44b29c7a94e867ccde1da604792f11a469958981", - "reference": "44b29c7a94e867ccde1da604792f11a469958981", + "url": "https://api.github.com/repos/symfony/routing/zipball/e07817bb6244ea33ef5ad31abc4a9288bef3f2f7", + "reference": "e07817bb6244ea33ef5ad31abc4a9288bef3f2f7", "shasum": "" }, "require": { @@ -5259,7 +5260,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.4.3" + "source": "https://github.com/symfony/routing/tree/v5.4.8" }, "funding": [ { @@ -5275,20 +5276,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2022-04-18T21:45:37+00:00" }, { "name": "symfony/serializer", - "version": "v4.4.40", + "version": "v4.4.41", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "8efe86f60f594882f118a319ef8fac9353d67b84" + "reference": "15e4f450697b66cb6b2f3098b4038ba22cb9b71a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/8efe86f60f594882f118a319ef8fac9353d67b84", - "reference": "8efe86f60f594882f118a319ef8fac9353d67b84", + "url": "https://api.github.com/repos/symfony/serializer/zipball/15e4f450697b66cb6b2f3098b4038ba22cb9b71a", + "reference": "15e4f450697b66cb6b2f3098b4038ba22cb9b71a", "shasum": "" }, "require": { @@ -5353,7 +5354,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v4.4.40" + "source": "https://github.com/symfony/serializer/tree/v4.4.41" }, "funding": [ { @@ -5369,7 +5370,7 @@ "type": "tidelift" } ], - "time": "2022-03-24T16:54:41+00:00" + "time": "2022-04-12T15:19:55+00:00" }, { "name": "symfony/service-contracts", @@ -5456,16 +5457,16 @@ }, { "name": "symfony/string", - "version": "v5.4.3", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10" + "reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/92043b7d8383e48104e411bc9434b260dbeb5a10", - "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10", + "url": "https://api.github.com/repos/symfony/string/zipball/3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8", + "reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8", "shasum": "" }, "require": { @@ -5522,7 +5523,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.4.3" + "source": "https://github.com/symfony/string/tree/v5.4.8" }, "funding": [ { @@ -5538,20 +5539,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2022-04-19T10:40:37+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.4.6", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "294e9da6e2e0dd404e983daa5aa74253d92c05d0" + "reference": "cdcadd343d31ad16fc5e006b0de81ea307435053" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/294e9da6e2e0dd404e983daa5aa74253d92c05d0", - "reference": "294e9da6e2e0dd404e983daa5aa74253d92c05d0", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cdcadd343d31ad16fc5e006b0de81ea307435053", + "reference": "cdcadd343d31ad16fc5e006b0de81ea307435053", "shasum": "" }, "require": { @@ -5611,7 +5612,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.6" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.8" }, "funding": [ { @@ -5627,20 +5628,20 @@ "type": "tidelift" } ], - "time": "2022-03-02T12:42:23+00:00" + "time": "2022-04-26T13:19:20+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.4.7", + "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "7eacaa588c9b27f2738575adb4a8457a80d9c807" + "reference": "7e132a3fcd4b57add721b4207236877b6017ec93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/7eacaa588c9b27f2738575adb4a8457a80d9c807", - "reference": "7eacaa588c9b27f2738575adb4a8457a80d9c807", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/7e132a3fcd4b57add721b4207236877b6017ec93", + "reference": "7e132a3fcd4b57add721b4207236877b6017ec93", "shasum": "" }, "require": { @@ -5684,7 +5685,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.4.7" + "source": "https://github.com/symfony/var-exporter/tree/v5.4.8" }, "funding": [ { @@ -5700,7 +5701,7 @@ "type": "tidelift" } ], - "time": "2022-03-31T17:09:19+00:00" + "time": "2022-04-26T13:19:20+00:00" }, { "name": "symfony/web-link",