From 44ca2e9f928c4ef036877e7eb3bc941bf055badb Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Tue, 15 Jun 2021 08:41:16 +1000 Subject: [PATCH] bootsrap fix --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 843e9ed..412019b 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ ], "require": { "php": "^8.0.0", - "twbs/bootstrap": ">=4.5", + "twbs/bootstrap": "^4.6.0", "yiisoft/yii2": "2.*", "yiisoft/yii2-bootstrap": ">=2.0.0", "yiisoft/yii2-swiftmailer": ">=2.0.0",