This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
skillparts/composer.json

89 lines
3.1 KiB
JSON

{
"name": "mirzaev/skillparts",
"description": "SkillParts",
"type": "project",
"license": "AGPL-3.0-or-later",
"homepage": "https://git.hood.su/mirzaev/skillparts",
"authors": [
{
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "red@hood.su",
"role": "Developer"
}
],
"require": {
"php": ">=7.4.0",
"twbs/bootstrap": "^4.5",
"fxp/composer-asset-plugin": "^1.4",
"yiisoft/yii2": "~2.0.14",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0"
},
"require-dev": {
"codeception/codeception": "^4.1",
"codeception/module-webdriver": "^1.0.0",
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-gii": "~2.1.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/verify": ">=1.1.0",
"codeception/specify": "~0.4.6",
"symfony/browser-kit": ">=2.7 <=4.2.4",
"codeception/module-filesystem": "^1.0.0",
"codeception/module-yii2": "^1.0.0",
"codeception/module-asserts": "^1.0.0"
},
"autoload": {
"psr-4": {
"mirzaev\\skillparts\\": "mirzaev/skillparts/system"
}
},
"autoload-dev": {
"psr-4": {
"mirzaev\\skillparts\\tests\\": "mirzaev/skillparts/tests"
}
},
"config": {
"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": {
"post-update-cmd": [
"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\\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\\js\\* .\\\\mirzaev\\skillparts\\system\\web\\js\\bootstrap"
],
"post-create-project-cmd": [
"mirzaev\\skillparts\\system\\yii\\composer\\Installer::postCreateProject",
"mirzaev\\skillparts\\system\\yii\\composer\\Installer::postInstall"
]
},
"extra": {
"mirzaev\\skillparts\\system\\yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"mirzaev/skillparts/system/runtime": "0777",
"mirzaev/skillparts/system/web/assets": "0777",
"mirzaev/skillparts/system/yii": "0755"
}
]
},
"mirzaev\\skillparts\\system\\yii\\composer\\Installer::postInstall": {
"generateCookieValidationKey": [
"mirzaev/skillparts/system/config/web.php"
]
}
}
}