-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
83 lines (83 loc) · 2.53 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "xristmas365/basic",
"description": "Admin Basic Template",
"keywords": [
"yii2",
"basic",
"admin"
],
"type": "project",
"license": "BSD-3-Clause",
"minimum-stability": "stable",
"require": {
"php": ">=7.0.0",
"yiisoft/yii2": "~2.0.30",
"yiisoft/yii2-bootstrap": "~2.0.0",
"yiisoft/yii2-bootstrap4": "~2.0.6",
"2amigos/yii2-tinymce-widget": "~1.1",
"creocoder/yii2-flysystem": "dev-master",
"yii2-starter-kit/yii2-file-kit": "@stable",
"kartik-v/yii2-grid": "dev-master",
"kartik-v/yii2-bootstrap4-dropdown": "dev-master",
"kartik-v/yii2-tree-manager": "@dev",
"kartik-v/yii2-icons": "1.4.5",
"mailgun/mailgun-php": "^3.0",
"2amigos/yii2-taggable-behavior": "~1.0",
"2amigos/yii2-selectize-widget": "~1.0",
"kriswallsmith/buzz": "^1.0",
"nyholm/psr7": "^1.2",
"kartik-v/yii2-widget-datepicker": "dev-master",
"omnilight/yii2-shopping-cart": "*",
"kartik-v/yii2-editable": "dev-master",
"electrolinux/phpquery": "dev-master",
"guzzlehttp/guzzle": "^6.5",
"kartik-v/yii2-widget-select2": "^2.1",
"yiisoft/yii2-swiftmailer": "~2.1.1",
"kartik-v/yii2-mpdf": "dev-master",
"himiklab/yii2-recaptcha-widget": "*",
"fgh151/yii2-opengraph": "*",
"jino5577/yii2-date-range-picker": "*",
"kartik-v/yii2-widget-depdrop": "dev-master"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-gii": "~2.1.0"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"scripts": {
"post-install-cmd": [
"yii\\composer\\Installer::postInstall"
],
"post-create-project-cmd": [
"yii\\composer\\Installer::postCreateProject",
"yii\\composer\\Installer::postInstall"
]
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"runtime": "0777",
"web/assets": "0777",
"yii": "0755"
}
]
},
"yii\\composer\\Installer::postInstall": {
"generateCookieValidationKey": [
"config/web.php"
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}