From 6469e87ab65566245d155ade8a7b94e7591841fa Mon Sep 17 00:00:00 2001 From: Richard Klees Date: Wed, 29 Nov 2023 14:29:13 +0100 Subject: [PATCH] default resolution --- dependency_resolution.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dependency_resolution.php b/dependency_resolution.php index ca6c70863cc2..a632b27abb82 100644 --- a/dependency_resolution.php +++ b/dependency_resolution.php @@ -11,6 +11,4 @@ // The entry "*" for the dependant will define fallbacks to be used for all components // that have no explicit disambiguation. -return [ - "*" => [] -]; +return [];