From 0a85861322da3703f3b3db5cac0d822595fd65c6 Mon Sep 17 00:00:00 2001 From: Ostap Brehin Date: Sat, 6 Dec 2025 01:03:48 +0000 Subject: [PATCH] Require `illuminate/support` for `illuminate/container` --- src/Illuminate/Container/composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Illuminate/Container/composer.json b/src/Illuminate/Container/composer.json index cf80aac08278..1702027f3246 100755 --- a/src/Illuminate/Container/composer.json +++ b/src/Illuminate/Container/composer.json @@ -16,6 +16,7 @@ "require": { "php": "^8.2", "illuminate/contracts": "^12.0", + "illuminate/support": "^12.0", "psr/container": "^1.1.1|^2.0.1", "symfony/polyfill-php84": "^1.33", "symfony/polyfill-php85": "^1.33"