From e21f35428b4d3aaa784644a2a6b8bb149449a9e2 Mon Sep 17 00:00:00 2001 From: Baptiste Fotia Date: Mon, 30 Oct 2023 10:16:30 +0100 Subject: [PATCH] build(php): Update the composer.lock Signed-off-by: Baptiste Fotia --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 43c1a900b..aefb45870 100644 --- a/composer.lock +++ b/composer.lock @@ -389,16 +389,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.36.0", + "version": "v3.37.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "78e6d81bb56987d97c47e006a79f445b6310e4d0" + "reference": "e1f64aca03848c60d6eca5ab0dfc8b9f9678cb27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/78e6d81bb56987d97c47e006a79f445b6310e4d0", - "reference": "78e6d81bb56987d97c47e006a79f445b6310e4d0", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/e1f64aca03848c60d6eca5ab0dfc8b9f9678cb27", + "reference": "e1f64aca03848c60d6eca5ab0dfc8b9f9678cb27", "shasum": "" }, "require": { @@ -435,9 +435,9 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/PHP-CS-Fixer/shim/issues", - "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.36.0" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.37.1" }, - "time": "2023-10-27T10:15:48+00:00" + "time": "2023-10-29T20:52:01+00:00" }, { "name": "phpunit/php-code-coverage",