Merge pull request #7401 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-3.7.0

This commit is contained in:
Jérémy Benoist 2024-04-05 05:30:41 +02:00 committed by GitHub
commit 32f4c150c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

249
composer.lock generated
View file

@ -2457,28 +2457,29 @@
},
{
"name": "friendsofsymfony/rest-bundle",
"version": "3.6.0",
"version": "3.7.0",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
"reference": "e01be8113d4451adb3cbb29d7d2cc96bbc698179"
"reference": "fa0f68bd1072d5d1e882a14deb8af0dd13bbdc70"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/e01be8113d4451adb3cbb29d7d2cc96bbc698179",
"reference": "e01be8113d4451adb3cbb29d7d2cc96bbc698179",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/fa0f68bd1072d5d1e882a14deb8af0dd13bbdc70",
"reference": "fa0f68bd1072d5d1e882a14deb8af0dd13bbdc70",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/framework-bundle": "^4.4.1|^5.0|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/routing": "^5.4|^6.0",
"symfony/security-core": "^5.4|^6.0",
"php": "^7.4|^8.0",
"symfony/config": "^5.4|^6.4|^7.0",
"symfony/dependency-injection": "^5.4|^6.4|^7.0",
"symfony/deprecation-contracts": "^2.1|^3.0",
"symfony/event-dispatcher": "^5.4|^6.4|^7.0",
"symfony/framework-bundle": "^5.4|^6.4|^7.0",
"symfony/http-foundation": "^5.4|^6.4|^7.0",
"symfony/http-kernel": "^5.4|^6.4|^7.0",
"symfony/routing": "^5.4|^6.4|^7.0",
"symfony/security-core": "^5.4|^6.4|^7.0",
"willdurand/jsonp-callback-validator": "^1.0|^2.0",
"willdurand/negotiation": "^2.0|^3.0"
},
@ -2489,32 +2490,32 @@
"sensio/framework-extra-bundle": "<6.1"
},
"require-dev": {
"doctrine/annotations": "^1.13.2|^2.0 ",
"friendsofphp/php-cs-fixer": "^3.0",
"doctrine/annotations": "^1.13.2|^2.0",
"friendsofphp/php-cs-fixer": "^3.43",
"jms/serializer": "^1.13|^2.0|^3.0",
"jms/serializer-bundle": "^2.4.3|^3.0.1|^4.0|^5.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
"sensio/framework-extra-bundle": "^6.1",
"symfony/asset": "^5.4|^6.0",
"symfony/browser-kit": "^5.4|^6.0",
"symfony/css-selector": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
"symfony/mime": "^5.4|^6.0",
"symfony/phpunit-bridge": "^5.4|^6.0",
"symfony/security-bundle": "^5.4|^6.0",
"symfony/serializer": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0",
"symfony/web-profiler-bundle": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0"
"symfony/asset": "^5.4|^6.4|^7.0",
"symfony/browser-kit": "^5.4|^6.4|^7.0",
"symfony/css-selector": "^5.4|^6.4|^7.0",
"symfony/expression-language": "^5.4|^6.4|^7.0",
"symfony/form": "^5.4|^6.4|^7.0",
"symfony/mime": "^5.4|^6.4|^7.0",
"symfony/phpunit-bridge": "^7.0.1",
"symfony/security-bundle": "^5.4|^6.4|^7.0",
"symfony/serializer": "^5.4|^6.4|^7.0",
"symfony/twig-bundle": "^5.4|^6.4|^7.0",
"symfony/validator": "^5.4|^6.4|^7.0",
"symfony/web-profiler-bundle": "^5.4|^6.4|^7.0",
"symfony/yaml": "^5.4|^6.4|^7.0"
},
"suggest": {
"jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
"sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
"symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
"symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
"jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended",
"sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, not supported with Symfony >=7.0",
"symfony/serializer": "Add support for basic serialization capabilities and xml decoding",
"symfony/validator": "Add support for validation capabilities in the ParamFetcher"
},
"type": "symfony-bundle",
"extra": {
@ -2556,9 +2557,9 @@
],
"support": {
"issues": "https://github.com/FriendsOfSymfony/FOSRestBundle/issues",
"source": "https://github.com/FriendsOfSymfony/FOSRestBundle/tree/3.6.0"
"source": "https://github.com/FriendsOfSymfony/FOSRestBundle/tree/3.7.0"
},
"time": "2023-09-27T11:41:02+00:00"
"time": "2024-04-04T17:25:49+00:00"
},
{
"name": "friendsofsymfony/user-bundle",
@ -9329,16 +9330,16 @@
},
{
"name": "symfony/cache",
"version": "v5.4.36",
"version": "v5.4.38",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "a30f316214d908cf5874f700f3f3fb29ceee91ba"
"reference": "223c3afac82e003a76931b71d77db408636a0de8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/a30f316214d908cf5874f700f3f3fb29ceee91ba",
"reference": "a30f316214d908cf5874f700f3f3fb29ceee91ba",
"url": "https://api.github.com/repos/symfony/cache/zipball/223c3afac82e003a76931b71d77db408636a0de8",
"reference": "223c3afac82e003a76931b71d77db408636a0de8",
"shasum": ""
},
"require": {
@ -9406,7 +9407,7 @@
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.4.36"
"source": "https://github.com/symfony/cache/tree/v5.4.38"
},
"funding": [
{
@ -9422,20 +9423,20 @@
"type": "tidelift"
}
],
"time": "2024-02-19T13:08:14+00:00"
"time": "2024-03-19T09:55:32+00:00"
},
{
"name": "symfony/cache-contracts",
"version": "v2.5.2",
"version": "v2.5.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
"reference": "fee6db04d913094e2fb55ff8e7db5685a8134463"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
"reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/fee6db04d913094e2fb55ff8e7db5685a8134463",
"reference": "fee6db04d913094e2fb55ff8e7db5685a8134463",
"shasum": ""
},
"require": {
@ -9485,7 +9486,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/cache-contracts/tree/v2.5.2"
"source": "https://github.com/symfony/cache-contracts/tree/v2.5.3"
},
"funding": [
{
@ -9501,20 +9502,20 @@
"type": "tidelift"
}
],
"time": "2022-01-02T09:53:40+00:00"
"time": "2024-01-23T13:51:25+00:00"
},
{
"name": "symfony/config",
"version": "v5.4.36",
"version": "v5.4.38",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "0a4f363dc2f13d2f871f917cc563796d9ddc78d1"
"reference": "3dcd47d4bbd9fea4d1210e7a7a0a5ca02d99df14"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/0a4f363dc2f13d2f871f917cc563796d9ddc78d1",
"reference": "0a4f363dc2f13d2f871f917cc563796d9ddc78d1",
"url": "https://api.github.com/repos/symfony/config/zipball/3dcd47d4bbd9fea4d1210e7a7a0a5ca02d99df14",
"reference": "3dcd47d4bbd9fea4d1210e7a7a0a5ca02d99df14",
"shasum": ""
},
"require": {
@ -9564,7 +9565,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.36"
"source": "https://github.com/symfony/config/tree/v5.4.38"
},
"funding": [
{
@ -9580,7 +9581,7 @@
"type": "tidelift"
}
],
"time": "2024-02-23T16:13:23+00:00"
"time": "2024-03-22T10:04:40+00:00"
},
{
"name": "symfony/console",
@ -9683,16 +9684,16 @@
},
{
"name": "symfony/dependency-injection",
"version": "v5.4.36",
"version": "v5.4.38",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "cc1fb237cd0e6da33005062b13b8485deb6e4440"
"reference": "0ba1fa459d284a9398c71afa1cb5d13de025de17"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/cc1fb237cd0e6da33005062b13b8485deb6e4440",
"reference": "cc1fb237cd0e6da33005062b13b8485deb6e4440",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0ba1fa459d284a9398c71afa1cb5d13de025de17",
"reference": "0ba1fa459d284a9398c71afa1cb5d13de025de17",
"shasum": ""
},
"require": {
@ -9752,7 +9753,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.36"
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.38"
},
"funding": [
{
@ -9768,20 +9769,20 @@
"type": "tidelift"
}
],
"time": "2024-02-22T18:43:31+00:00"
"time": "2024-03-18T16:56:51+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v2.5.2",
"version": "v2.5.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
"reference": "80d075412b557d41002320b96a096ca65aa2c98d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
"reference": "80d075412b557d41002320b96a096ca65aa2c98d",
"shasum": ""
},
"require": {
@ -9819,7 +9820,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3"
},
"funding": [
{
@ -9835,7 +9836,7 @@
"type": "tidelift"
}
],
"time": "2022-01-02T09:53:40+00:00"
"time": "2023-01-24T14:02:46+00:00"
},
{
"name": "symfony/doctrine-bridge",
@ -10030,16 +10031,16 @@
},
{
"name": "symfony/error-handler",
"version": "v5.4.36",
"version": "v5.4.38",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "90b1d7799bfc1b3ed5f902e8b334eeb7dba537a1"
"reference": "3c1fed45a12718e7e2758eef072677d01a0c91a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/90b1d7799bfc1b3ed5f902e8b334eeb7dba537a1",
"reference": "90b1d7799bfc1b3ed5f902e8b334eeb7dba537a1",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/3c1fed45a12718e7e2758eef072677d01a0c91a4",
"reference": "3c1fed45a12718e7e2758eef072677d01a0c91a4",
"shasum": ""
},
"require": {
@ -10081,7 +10082,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/error-handler/tree/v5.4.36"
"source": "https://github.com/symfony/error-handler/tree/v5.4.38"
},
"funding": [
{
@ -10097,7 +10098,7 @@
"type": "tidelift"
}
],
"time": "2024-02-22T11:40:53+00:00"
"time": "2024-03-19T10:19:25+00:00"
},
{
"name": "symfony/event-dispatcher",
@ -10328,16 +10329,16 @@
},
{
"name": "symfony/filesystem",
"version": "v5.4.35",
"version": "v5.4.38",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086"
"reference": "899330a01056077271e2f614c7b28b0379a671eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/5a553607d4ffbfa9c0ab62facadea296c9db7086",
"reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/899330a01056077271e2f614c7b28b0379a671eb",
"reference": "899330a01056077271e2f614c7b28b0379a671eb",
"shasum": ""
},
"require": {
@ -10372,7 +10373,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.4.35"
"source": "https://github.com/symfony/filesystem/tree/v5.4.38"
},
"funding": [
{
@ -10388,7 +10389,7 @@
"type": "tidelift"
}
],
"time": "2024-01-23T13:51:25+00:00"
"time": "2024-03-21T08:05:07+00:00"
},
{
"name": "symfony/finder",
@ -10557,16 +10558,16 @@
},
{
"name": "symfony/framework-bundle",
"version": "v5.4.36",
"version": "v5.4.38",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
"reference": "224f69093099a507cf84d8c48ceb29e8653a5896"
"reference": "322b40a1235d85e93b3440cad59c67d73cdb5d9f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/224f69093099a507cf84d8c48ceb29e8653a5896",
"reference": "224f69093099a507cf84d8c48ceb29e8653a5896",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/322b40a1235d85e93b3440cad59c67d73cdb5d9f",
"reference": "322b40a1235d85e93b3440cad59c67d73cdb5d9f",
"shasum": ""
},
"require": {
@ -10687,7 +10688,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/framework-bundle/tree/v5.4.36"
"source": "https://github.com/symfony/framework-bundle/tree/v5.4.38"
},
"funding": [
{
@ -10703,7 +10704,7 @@
"type": "tidelift"
}
],
"time": "2024-02-20T14:48:43+00:00"
"time": "2024-03-15T07:39:49+00:00"
},
{
"name": "symfony/google-mailer",
@ -10942,16 +10943,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v5.4.35",
"version": "v5.4.38",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "f2ab692a22aef1cd54beb893aa0068bdfb093928"
"reference": "d8c13d35f68c69e15595fe37fa2c225d11c10f7e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/f2ab692a22aef1cd54beb893aa0068bdfb093928",
"reference": "f2ab692a22aef1cd54beb893aa0068bdfb093928",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/d8c13d35f68c69e15595fe37fa2c225d11c10f7e",
"reference": "d8c13d35f68c69e15595fe37fa2c225d11c10f7e",
"shasum": ""
},
"require": {
@ -10998,7 +10999,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.35"
"source": "https://github.com/symfony/http-foundation/tree/v5.4.38"
},
"funding": [
{
@ -11014,20 +11015,20 @@
"type": "tidelift"
}
],
"time": "2024-01-23T13:51:25+00:00"
"time": "2024-03-19T10:19:25+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v5.4.37",
"version": "v5.4.38",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "4ef7ed872564852b3c6c15fecf492975a52cbff3"
"reference": "21c32c7c6c32ea8d0f4b8e88a2607a2dc72799e5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/4ef7ed872564852b3c6c15fecf492975a52cbff3",
"reference": "4ef7ed872564852b3c6c15fecf492975a52cbff3",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/21c32c7c6c32ea8d0f4b8e88a2607a2dc72799e5",
"reference": "21c32c7c6c32ea8d0f4b8e88a2607a2dc72799e5",
"shasum": ""
},
"require": {
@ -11110,7 +11111,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.4.37"
"source": "https://github.com/symfony/http-kernel/tree/v5.4.38"
},
"funding": [
{
@ -11126,7 +11127,7 @@
"type": "tidelift"
}
],
"time": "2024-03-04T20:55:44+00:00"
"time": "2024-04-02T19:56:39+00:00"
},
{
"name": "symfony/intl",
@ -11613,16 +11614,16 @@
},
{
"name": "symfony/password-hasher",
"version": "v5.4.35",
"version": "v5.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/password-hasher.git",
"reference": "23b9782de5d06a7e61101558d3e887100fbf8f93"
"reference": "a0c08f9045230ef73d25617b2c0e0b56d8feb0a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/23b9782de5d06a7e61101558d3e887100fbf8f93",
"reference": "23b9782de5d06a7e61101558d3e887100fbf8f93",
"url": "https://api.github.com/repos/symfony/password-hasher/zipball/a0c08f9045230ef73d25617b2c0e0b56d8feb0a2",
"reference": "a0c08f9045230ef73d25617b2c0e0b56d8feb0a2",
"shasum": ""
},
"require": {
@ -11667,7 +11668,7 @@
"password"
],
"support": {
"source": "https://github.com/symfony/password-hasher/tree/v5.4.35"
"source": "https://github.com/symfony/password-hasher/tree/v5.4.36"
},
"funding": [
{
@ -11683,7 +11684,7 @@
"type": "tidelift"
}
],
"time": "2024-01-23T13:51:25+00:00"
"time": "2024-02-10T16:59:05+00:00"
},
{
"name": "symfony/polyfill-ctype",
@ -12806,16 +12807,16 @@
},
{
"name": "symfony/routing",
"version": "v5.4.37",
"version": "v5.4.38",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "48ae43e443693ddb4e574f7c12f0d17ce287694e"
"reference": "f455f06d4ee7d354d9dcaf7d436532c1f388ee01"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/48ae43e443693ddb4e574f7c12f0d17ce287694e",
"reference": "48ae43e443693ddb4e574f7c12f0d17ce287694e",
"url": "https://api.github.com/repos/symfony/routing/zipball/f455f06d4ee7d354d9dcaf7d436532c1f388ee01",
"reference": "f455f06d4ee7d354d9dcaf7d436532c1f388ee01",
"shasum": ""
},
"require": {
@ -12876,7 +12877,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v5.4.37"
"source": "https://github.com/symfony/routing/tree/v5.4.38"
},
"funding": [
{
@ -12892,7 +12893,7 @@
"type": "tidelift"
}
],
"time": "2024-02-27T09:52:32+00:00"
"time": "2024-03-18T16:56:51+00:00"
},
{
"name": "symfony/security-bundle",
@ -12999,16 +13000,16 @@
},
{
"name": "symfony/security-core",
"version": "v5.4.35",
"version": "v5.4.38",
"source": {
"type": "git",
"url": "https://github.com/symfony/security-core.git",
"reference": "3cbacefb2a350ed39950f93c8a054c2eb625fb69"
"reference": "8024815e3ee09dc2235d91006ac969b060efccbb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/3cbacefb2a350ed39950f93c8a054c2eb625fb69",
"reference": "3cbacefb2a350ed39950f93c8a054c2eb625fb69",
"url": "https://api.github.com/repos/symfony/security-core/zipball/8024815e3ee09dc2235d91006ac969b060efccbb",
"reference": "8024815e3ee09dc2235d91006ac969b060efccbb",
"shasum": ""
},
"require": {
@ -13073,7 +13074,7 @@
"description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-core/tree/v5.4.35"
"source": "https://github.com/symfony/security-core/tree/v5.4.38"
},
"funding": [
{
@ -13089,7 +13090,7 @@
"type": "tidelift"
}
],
"time": "2024-01-23T13:51:25+00:00"
"time": "2024-03-19T10:19:25+00:00"
},
{
"name": "symfony/security-csrf",
@ -13423,16 +13424,16 @@
},
{
"name": "symfony/service-contracts",
"version": "v2.5.2",
"version": "v2.5.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
"reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/a2329596ddc8fd568900e3fc76cba42489ecc7f3",
"reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3",
"shasum": ""
},
"require": {
@ -13486,7 +13487,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
"source": "https://github.com/symfony/service-contracts/tree/v2.5.3"
},
"funding": [
{
@ -13502,7 +13503,7 @@
"type": "tidelift"
}
],
"time": "2022-05-30T19:17:29+00:00"
"time": "2023-04-21T15:04:16+00:00"
},
{
"name": "symfony/stopwatch",
@ -14220,16 +14221,16 @@
},
{
"name": "symfony/var-dumper",
"version": "v5.4.36",
"version": "v5.4.38",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "2e9c2b11267119d9c90d6b3fdce5e4e9f15e2e90"
"reference": "ae1d949ccc57d3f6662e4256b47ac9fbfa9651ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2e9c2b11267119d9c90d6b3fdce5e4e9f15e2e90",
"reference": "2e9c2b11267119d9c90d6b3fdce5e4e9f15e2e90",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/ae1d949ccc57d3f6662e4256b47ac9fbfa9651ae",
"reference": "ae1d949ccc57d3f6662e4256b47ac9fbfa9651ae",
"shasum": ""
},
"require": {
@ -14289,7 +14290,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.36"
"source": "https://github.com/symfony/var-dumper/tree/v5.4.38"
},
"funding": [
{
@ -14305,7 +14306,7 @@
"type": "tidelift"
}
],
"time": "2024-02-15T11:19:14+00:00"
"time": "2024-03-19T10:19:25+00:00"
},
{
"name": "symfony/var-exporter",