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

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": { "require": {
"php": ">=7.4.0", "php": ">=8.0.0",
"twbs/bootstrap": ">=4.5", "twbs/bootstrap": ">=4.5",
"yiisoft/yii2": ">=2.0.14", "yiisoft/yii2": ">=2.0.14",
"yiisoft/yii2-bootstrap": ">=2.0.0", "yiisoft/yii2-bootstrap": ">=2.0.0",

View File

@ -1,12 +1,12 @@
<?php <?php
$config = [ $config = [
'id' => 'basic-console', 'id' => 'skillparts-console',
'basePath' => dirname(__DIR__), 'basePath' => dirname(__DIR__),
'bootstrap' => ['log'], 'bootstrap' => ['log'],
'controllerNamespace' => 'app\commands', 'controllerNamespace' => 'app\commands',
'aliases' => [ 'aliases' => [
'@vendor' => dirname(__DIR__) . '../../../../vendor', '@vendor' => dirname(__DIR__) . '/../../../vendor',
'@bower' => '@vendor/bower-asset', '@bower' => '@vendor/bower-asset',
'@npm' => '@vendor/npm-asset', '@npm' => '@vendor/npm-asset',
'@explosivebit' => '@vendor/explosivebit', '@explosivebit' => '@vendor/explosivebit',