From e17098bb84c032c3d9f2b2999a2ab3d7630fb2e0 Mon Sep 17 00:00:00 2001 From: Baptiste Fotia Date: Fri, 27 Oct 2023 17:40:40 +0200 Subject: [PATCH] build(): Update the composer.lock file Signed-off-by: Baptiste Fotia --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 85c15bd90..43c1a900b 100644 --- a/composer.lock +++ b/composer.lock @@ -389,16 +389,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.35.1", + "version": "v3.36.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "39dc3830797e107a21f8cfaca99fd0838950f8c2" + "reference": "78e6d81bb56987d97c47e006a79f445b6310e4d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/39dc3830797e107a21f8cfaca99fd0838950f8c2", - "reference": "39dc3830797e107a21f8cfaca99fd0838950f8c2", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/78e6d81bb56987d97c47e006a79f445b6310e4d0", + "reference": "78e6d81bb56987d97c47e006a79f445b6310e4d0", "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.35.1" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.36.0" }, - "time": "2023-10-12T13:48:08+00:00" + "time": "2023-10-27T10:15:48+00:00" }, { "name": "phpunit/php-code-coverage",