Изменения с зависимостями

This commit is contained in:
root 2020-12-11 12:15:48 +00:00
parent a6c6a69587
commit 0257284490
2 changed files with 508 additions and 282 deletions

View File

@ -13,24 +13,26 @@
], ],
"require": { "require": {
"php": ">=7.4.0", "php": ">=7.4.0",
"twbs/bootstrap": "^4.5", "twbs/bootstrap": ">=4.5",
"fxp/composer-asset-plugin": "^1.4", "yiisoft/yii2": ">=2.0.14",
"yiisoft/yii2": "~2.0.14", "yiisoft/yii2-bootstrap": ">=2.0.0",
"yiisoft/yii2-bootstrap": "~2.0.0", "yiisoft/yii2-swiftmailer": ">=2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0" "bower-asset/bootstrap": "*",
"npm-asset/jquery": "^3.5",
"bower-asset/jquery": "^3.5"
}, },
"require-dev": { "require-dev": {
"codeception/codeception": "^4.1", "codeception/codeception": ">=4.1",
"codeception/module-webdriver": "^1.0.0", "codeception/module-webdriver": ">=1.0.0",
"yiisoft/yii2-debug": "~2.1.0", "yiisoft/yii2-debug": ">=2.1.0",
"yiisoft/yii2-gii": "~2.1.0", "yiisoft/yii2-gii": ">=2.1.0",
"yiisoft/yii2-faker": "~2.0.0", "yiisoft/yii2-faker": ">=2.0.0",
"codeception/verify": ">=1.1.0", "codeception/verify": ">=1.1.0",
"codeception/specify": "~0.4.6", "codeception/specify": ">=0.4.6",
"symfony/browser-kit": ">=2.7 <=4.2.4", "symfony/browser-kit": ">=2.7",
"codeception/module-filesystem": "^1.0.0", "codeception/module-filesystem": ">=1.0.0",
"codeception/module-yii2": "^1.0.0", "codeception/module-yii2": ">=1.0.0",
"codeception/module-asserts": "^1.0.0" "codeception/module-asserts": ">=1.0.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -43,31 +45,19 @@
} }
}, },
"config": { "config": {
"process-timeout": 1800, "process-timeout": 1800
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
},
"repositories": {
"bower-asset/eve": {
"type": "bower-vcs",
"url": "https://github.com/adobe-webplatform/eve.git"
}
}
}
}, },
"scripts": { "scripts": {
"post-update-cmd": [ "post-update-cmd": [
"mirzaev\\skillparts\\system\\yii\\composer\\Installer::postInstall", "mirzaev/skillparts/system/yii/composer/Installer::postInstall",
"mkdir -p .\\mirzaev\\skillparts\\system\\web\\css\\bootstrap > /dev/null 2>&1 || true", "mkdir -p ./mirzaev/skillparts/system/web/css/bootstrap > /dev/null 2>&1 || true",
"mkdir -p .\\mirzaev\\skillparts\\system\\web\\js\\bootstrap > /dev/null 2>&1 || true", "mkdir -p ./mirzaev/skillparts/system/web/js/bootstrap > /dev/null 2>&1 || true",
"cp -R .\\vendor\\twbs\\bootstrap\\dist\\css\\* .\\mirzaev\\skillparts\\system\\web\\css\\bootstrap", "cp -R ./vendor/twbs/bootstrap/dist/css/* ./mirzaev/skillparts/system/web/css/bootstrap",
"cp -R .\\vendor\\twbs\\bootstrap\\dist\\js\\* .\\\\mirzaev\\skillparts\\system\\web\\js\\bootstrap" "cp -R ./vendor/twbs/bootstrap/dist/js/* ./mirzaev/skillparts/system/web/js/bootstrap"
], ],
"post-create-project-cmd": [ "post-create-project-cmd": [
"mirzaev\\skillparts\\system\\yii\\composer\\Installer::postCreateProject", "mirzaev/skillparts/system/yii/composer/Installer::postCreateProject",
"mirzaev\\skillparts\\system\\yii\\composer\\Installer::postInstall" "mirzaev/skillparts/system/yii/composer/Installer::postInstall"
] ]
}, },
"extra": { "extra": {
@ -85,5 +75,11 @@
"mirzaev/skillparts/system/config/web.php" "mirzaev/skillparts/system/config/web.php"
] ]
} }
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
} }
]
} }

720
composer.lock generated

File diff suppressed because it is too large Load Diff