From 521a4401a807fa9944360bd1a72be61b4fb5dcb1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 14 Feb 2026 00:28:51 +0900 Subject: feat(worker/php): update dependencies --- worker/php/biome.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'worker/php/biome.json') diff --git a/worker/php/biome.json b/worker/php/biome.json index 2eb0751..7f791c6 100644 --- a/worker/php/biome.json +++ b/worker/php/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.15/schema.json", "vcs": { "enabled": false, "clientKind": "git", @@ -7,14 +7,18 @@ }, "files": { "ignoreUnknown": false, - "ignore": [] + "includes": ["**"] }, "formatter": { "enabled": true, "indentStyle": "tab" }, - "organizeImports": { - "enabled": true + "assist": { + "actions": { + "source": { + "organizeImports": "on" + } + } }, "linter": { "enabled": true, -- cgit v1.3.1