forked from Beaten-Sect0r/yii2-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
68 lines (68 loc) · 2.06 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
{
"name": "beaten-sect0r/yii2-core",
"description": "Yii2 Core project template",
"keywords": ["yii2", "framework", "advanced", "project template"],
"authors": [
{
"name": "Alexander Volkov",
"email": "[email protected]",
"role": "Developer"
}
],
"type": "project",
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"require": {
"php": ">=5.5.0",
"yiisoft/yii2": "~2.0.15",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"vlucas/phpdotenv": "5.4.x-dev",
"beaten-sect0r/yii2-db-manager": "*",
"beaten-sect0r/yii2-flatpickr": "*",
"beaten-sect0r/yii2-phpsysinfo": "*",
"samdark/sitemap": "*",
"developeruz/yii2-db-rbac": "*",
"vova07/yii2-fileapi-widget": "*",
"creocoder/yii2-taggable": "*",
"2amigos/yii2-tinymce-widget": "*",
"2amigos/yii2-selectize-widget": "*",
"mihaildev/yii2-elfinder": "*",
"loveorigami/yii2-notification-wrapper": "*",
"bower-asset/admin-lte": "^2.0",
"bower-asset/font-awesome": "^4.0",
"bower-asset/jquery-slimscroll": "^1.3",
"bower-asset/html5shiv": "^3.0",
"bower-asset/open-sans-fontface": "*",
"bower-asset/highlightjs": "*",
"bower-asset/timecircles": "*",
"larapack/dd": "dev-master"
},
"require-dev": {
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"friendsofphp/php-cs-fixer": "*"
},
"scripts": {
"post-update-cmd": [
"php -r \"file_exists('.env') || copy('.env.dist', '.env');\""
]
},
"config": {
"process-timeout": 1800,
"preferred-install": "dist",
"optimize-autoloader": true,
"fxp-asset": {
"enabled": false
},
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}