2018-10-11 11:15:09 +03:00
|
|
|
{
|
|
|
|
"name": "yiisoft/yii2-app-advanced",
|
|
|
|
"description": "Yii 2 Advanced Project Template",
|
|
|
|
"keywords": ["yii2", "framework", "advanced", "project template"],
|
|
|
|
"homepage": "http://www.yiiframework.com/",
|
|
|
|
"type": "project",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
|
|
|
|
"forum": "http://www.yiiframework.com/forum/",
|
|
|
|
"wiki": "http://www.yiiframework.com/wiki/",
|
|
|
|
"irc": "irc://irc.freenode.net/yii",
|
|
|
|
"source": "https://github.com/yiisoft/yii2"
|
|
|
|
},
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"require": {
|
2024-02-05 23:58:48 +03:00
|
|
|
"php": ">=8.0",
|
2018-10-11 11:15:09 +03:00
|
|
|
"yiisoft/yii2": "~2.0.6",
|
|
|
|
"yiisoft/yii2-bootstrap": "~2.0.0",
|
|
|
|
"yiisoft/yii2-swiftmailer": "~2.0.0 || ~2.1.0",
|
|
|
|
"dmstr/yii2-adminlte-asset": "^2.1",
|
|
|
|
"unclead/yii2-multiple-input": "~2.0",
|
|
|
|
"mihaildev/yii2-elfinder": "*",
|
2018-11-19 11:21:19 +03:00
|
|
|
"kartik-v/yii2-widget-select2": "@dev",
|
2019-06-21 18:05:58 +03:00
|
|
|
"kavalar/hhapi": "@dev",
|
2019-07-26 15:31:39 +03:00
|
|
|
"mirocow/yii2-eav": "*",
|
2020-01-29 11:26:01 +03:00
|
|
|
"2amigos/yii2-file-upload-widget": "~1.0",
|
2020-02-05 16:28:37 +03:00
|
|
|
"kartik-v/yii2-grid": "dev-master",
|
2021-06-25 13:24:32 +03:00
|
|
|
"edofre/yii2-fullcalendar-scheduler": "V1.1.12",
|
2021-08-24 15:45:25 +03:00
|
|
|
"asmoday74/yii2-ckeditor5": "*",
|
2021-08-27 12:35:22 +03:00
|
|
|
"kavalar/telegram_bot": "^0.2.0",
|
2021-10-28 10:46:59 +03:00
|
|
|
"2amigos/yii2-transliterator-helper": "*",
|
2021-11-08 14:07:26 +03:00
|
|
|
"ext-json": "*",
|
2022-01-07 15:04:11 +03:00
|
|
|
"kartik-v/yii2-widget-depdrop": "dev-master",
|
2022-01-10 15:22:51 +03:00
|
|
|
"phpoffice/phpword": "^0.18.2",
|
2022-10-11 10:39:22 +03:00
|
|
|
"kartik-v/yii2-widget-fileinput": "@dev",
|
2022-11-25 12:30:43 +03:00
|
|
|
"kartik-v/yii2-mpdf": "dev-master",
|
2022-12-01 14:11:29 +03:00
|
|
|
"mihaildev/yii2-ckeditor": "*",
|
2023-04-12 13:14:37 +03:00
|
|
|
"developeruz/yii2-db-rbac": "*",
|
2023-11-10 15:55:01 +03:00
|
|
|
"zircote/swagger-php": "^4.7",
|
|
|
|
"phpoffice/phpspreadsheet": "^1.29",
|
|
|
|
"kartik-v/yii2-widget-datepicker": "dev-master"
|
2018-10-11 11:15:09 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"yiisoft/yii2-debug": "~2.0.0",
|
|
|
|
"yiisoft/yii2-gii": "~2.0.0",
|
|
|
|
"yiisoft/yii2-faker": "~2.0.0",
|
2023-01-17 19:04:48 +03:00
|
|
|
"codeception/verify": "~0.3.1",
|
|
|
|
"codeception/module-yii2": "^1.1"
|
2018-10-11 11:15:09 +03:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"process-timeout": 1800,
|
|
|
|
"fxp-asset": {
|
|
|
|
"enabled": false
|
2022-10-11 10:39:22 +03:00
|
|
|
},
|
|
|
|
"allow-plugins": {
|
|
|
|
"yiisoft/yii2-composer": true
|
2018-10-11 11:15:09 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://asset-packagist.org"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|