Небольшие доработки

This commit is contained in:
RedHood 2021-01-13 14:15:30 +10:00
parent fbd64ecb96
commit d8a1284cc5
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -1,12 +1,12 @@
<?php
$config = [
'id' => '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',