From 8e91e028069f63eab439e7e811ff411d8806c936 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 7 Apr 2026 17:09:05 +0800 Subject: [PATCH] Add suggestion for ext-yaml to improve YAML config file parsing --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 0d4fde4e..e6c2354c 100644 --- a/composer.json +++ b/composer.json @@ -63,6 +63,9 @@ "optimize-autoloader": true, "sort-packages": true }, + "suggest": { + "ext-yaml": "Speeds up YAML config file parsing" + }, "funding": [ { "type": "other",