File: /home/lzgqnjwu/sites/bot.sgt.com.ua/composer.json
{
"name": "yii2-starter-kit/yii2-starter-kit",
"description": "Yii2 Starter Kit Application Template",
"keywords": [
"yii2",
"framework",
"start",
"cms",
"application template",
"yii2 advanced"
],
"authors": [
{
"name": "Yevhen Terentiev",
"email": "yevhen.terentiev@gmail.com"
},
{
"name": "Victor Gonzalez",
"email": "victor@vgr.cl",
"homepage": "https://vgr.cl"
}
],
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yii2-starter-kit/yii2-starter-kit/issues?state=open",
"source": "https://github.com/yii2-starter-kit/yii2-starter-kit"
},
"require": {
"php": ">=7.1.0",
"ext-intl": "*",
"ext-gd": "*",
"yiisoft/yii2": "^2.0.13",
"yiisoft/yii2-swiftmailer": "^2.0.0",
"yiisoft/yii2-authclient": "^2.0.0",
"yiisoft/yii2-bootstrap4": "^2.0",
"yiisoft/yii2-debug": "^2.0.0",
"yii2-starter-kit/yii2-file-kit": "^2.1.0",
"asofter/yii2-imperavi-redactor": ">=0.0.3@dev",
"trntv/yii2-datetime-widget": "dev-master@dev",
"trntv/cheatsheet": "^0.1@dev",
"trntv/yii2-command-bus": "^3.0",
"vlucas/phpdotenv": "^5.3.0",
"trntv/sitemaped": "^0.1.2",
"rmrevin/yii2-fontawesome": "^3.4",
"kartik-v/yii2-widgets": "^3.4",
"yiimaker/yii2-translatable": "^1.0",
"laco-agency/gridview-sortable-column": "~v0",
"kartik-v/yii2-widget-colorinput": "*",
"yii2mod/yii2-swagger": "*",
"kartik-v/yii2-widget-datetimepicker": "dev-master",
"aki/yii2-bot-telegram": "*",
"phpoffice/phpspreadsheet": "^1.29",
"google/apiclient": "^2.14",
"openspout/openspout": "^4.0",
"maennchen/zipstream-php": "^2.4",
"box/spout": "^3.3",
"yiisoft/yii2-queue": "^2.3",
"yiisoft/yii2-redis": "^2.0",
"symfony/process": "^6.4",
"cweagans/composer-patches": "^1.7"
},
"require-dev": {
"yiisoft/yii2-gii": "^2.0.0"
},
"autoload-dev": {
"psr-4": {
"tests\\": "tests/"
}
},
"suggest": {
"trntv/yii2-debug-xhprof": "dev-master@dev"
},
"config": {
"process-timeout": 1800,
"optimize-autoloader": true,
"allow-plugins": {
"yiisoft/yii2-composer": true,
"cweagans/composer-patches": true
}
},
"repositories": [
{
"type": "path",
"url": "./packages/trntv-sitemaped",
"options": { "symlink": false }
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"extra": {
"patches": {
"yii2-starter-kit/yii2-file-kit": {
"Flysystem 3: writeStream() expects array config, not Config object": "patches/yii2-file-kit-flysystem3-writestream-array-config.patch"
}
}
},
"archive": {
"exclude": ["docs"]
},
"scripts": {
}
}