File: /home/aliazzsr/api.crm.vqode.com/vendor/samdark/yii2-webshell/composer.json
{
"name": "samdark/yii2-webshell",
"description": "A web shell that allows to run yii console commands and create your own commands.",
"type": "yii2-extension",
"keywords": ["yii2","extension","webshell","console","shell"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Alexander Makarov",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "~2.0.0",
"bower-asset/jquery.terminal": "~0.8.8"
},
"autoload": {
"psr-4": {
"samdark\\webshell\\": ""
}
}
}