From d8a1284cc55b984bd2ec2dc4816f1cf4ac314d21 Mon Sep 17 00:00:00 2001 From: RedHood Date: Wed, 13 Jan 2021 14:15:30 +1000 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B4=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- mirzaev/skillparts/system/config/console.php.example | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index be7881a..46238fd 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": ">=7.4.0", + "php": ">=8.0.0", "twbs/bootstrap": ">=4.5", "yiisoft/yii2": ">=2.0.14", "yiisoft/yii2-bootstrap": ">=2.0.0", diff --git a/mirzaev/skillparts/system/config/console.php.example b/mirzaev/skillparts/system/config/console.php.example index bfca8b6..4951a4a 100644 --- a/mirzaev/skillparts/system/config/console.php.example +++ b/mirzaev/skillparts/system/config/console.php.example @@ -1,12 +1,12 @@ 'basic-console', + 'id' => 'skillparts-console', 'basePath' => dirname(__DIR__), 'bootstrap' => ['log'], 'controllerNamespace' => 'app\commands', 'aliases' => [ - '@vendor' => dirname(__DIR__) . '../../../../vendor', + '@vendor' => dirname(__DIR__) . '/../../../vendor', '@bower' => '@vendor/bower-asset', '@npm' => '@vendor/npm-asset', '@explosivebit' => '@vendor/explosivebit',