From c3d6dcfa5b9e2f6b0dc4a520be158e2a6c0e4937 Mon Sep 17 00:00:00 2001 From: zds <49744633+zds-s@users.noreply.github.com> Date: Fri, 29 Mar 2024 13:36:20 +0800 Subject: [PATCH] Added new components security-bundle and security-http (#58) * Added new components security-bundle and security-http --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 99e9797..bfa58b1 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "Mine\\Module\\Tests": "tests" } }, - "config": { + "extra": { "hyperf": { "config": "Mine\\Module\\ConfigProvider" }