Небольшие доработки
This commit is contained in:
parent
fbd64ecb96
commit
d8a1284cc5
|
@ -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",
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Reference in New Issue