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.
This commit is contained in:
Ümit Tunç
2025-01-20 22:11:10 +03:00
parent c20b900e33
commit 700bfb2994
Generated
+2 -2
View File
@@ -8519,12 +8519,12 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": {},
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^8.2" "php": "^8.2"
}, },
"platform-dev": [], "platform-dev": {},
"plugin-api-version": "2.6.0" "plugin-api-version": "2.6.0"
} }