2020-11-03 19:37:14 +07:00
|
|
|
{
|
|
|
|
"name": "mirzaev/beejee",
|
|
|
|
"description": "Test BeeJee",
|
|
|
|
"type": "project",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"homepage": "https://git.hood.su/mirzaev/beejee",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
|
|
|
"email": "red@hood.su",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.4.0",
|
|
|
|
"ext-PDO": "^7.4",
|
|
|
|
"twbs/bootstrap": "^4.5",
|
|
|
|
"twig/twig": "^3.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"codeception/codeception": "^4.1",
|
|
|
|
"codeception/module-webdriver": "^1.0.0"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"mirzaev\\beejee\\": "mirzaev/beejee/system"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"mirzaev\\beejee\\tests\\": "mirzaev/beejee/tests"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-update-cmd": [
|
2020-12-05 20:28:55 +07:00
|
|
|
"mkdir -p .\\mirzaev\\beejee\\system\\web\\css\\bootstrap > /dev/null 2>&1 || true",
|
|
|
|
"mkdir -p .\\mirzaev\\beejee\\system\\web\\js\\bootstrap > /dev/null 2>&1 || true",
|
|
|
|
"cp -R .\\vendor\\twbs\\bootstrap\\dist\\css\\* .\\mirzaev\\beejee\\system\\web\\css\\bootstrap",
|
|
|
|
"cp -R .\\vendor\\twbs\\bootstrap\\dist\\js\\* .\\\\mirzaev\\beejee\\system\\web\\js\\bootstrap"
|
2020-11-03 19:37:14 +07:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|