From 782d1414f589bc7cc98bf6a0e1f938fbca31d147 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Fri, 29 May 2026 08:11:19 +0200 Subject: [PATCH] chore: update composer.json and composer.lock for allow-plugins Test-bot: skip Relates-to: keymanapp/keyman.com#758 --- composer.json | 3 +++ composer.lock | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 568c740..094f14f 100644 --- a/composer.json +++ b/composer.json @@ -20,5 +20,8 @@ "php ./tools/db/build/build_cli.php -f" ], "lint": "find . -name '*.php' | grep -v '/vendor/' | xargs -n 1 php -l" + }, + "config": { + "allow-plugins": false } } diff --git a/composer.lock b/composer.lock index 571fcbf..1d4026a 100644 --- a/composer.lock +++ b/composer.lock @@ -3724,10 +3724,10 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "plugin-api-version": "1.1.0" + "platform": {}, + "platform-dev": {}, + "plugin-api-version": "2.9.0" }