-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
executable file
·37 lines (37 loc) · 1.05 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "kalpok/cms",
"description": "kalpok cms",
"homepage": "http://basiriam.ir/",
"type": "project",
"license": "WTFPL",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.0.*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-imagine": "^2.0",
"yiisoft/yii2-swiftmailer": "*",
"creocoder/yii2-taggable": "~2.0",
"2amigos/yii2-ckeditor-widget": "*",
"2amigos/yii2-selectize-widget" : "*",
"creocoder/yii2-nested-sets": "0.9.*",
"bower-asset/persian-datepicker": "*",
"kartik-v/yii2-widget-select2": "@dev",
"bower-asset/font-awesome": "^4.7.0",
"bower-asset/bootstrap-rtl": "^3.4",
"moonlandsoft/yii2-phpexcel": "*"
},
"require-dev": {
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"config": {
"process-timeout": 1800
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}