From 700bfb299447e5fd5f7b8bcd852b632372d6791d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Mon, 20 Jan 2025 22:11:10 +0300 Subject: [PATCH] Update composer.lock to correct stability flags and platform-dev settings - Changed stability-flags from an array to an object for better compatibility with Composer. - Updated platform-dev from an array to an object to align with the latest Composer standards. These changes ensure the composer.lock file adheres to the expected format, improving dependency management. --- composer.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 2deca7a..cff5cec 100644 --- a/composer.lock +++ b/composer.lock @@ -8519,12 +8519,12 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "^8.2" }, - "platform-dev": [], + "platform-dev": {}, "plugin-api-version": "2.6.0" }