forked from affka/boilerplate-yii2
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.25 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.25 KB
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
{
"name": "extpoint/project-boilerplate",
"description": "Boilerplate Yii 2 k4nuj8",
"keywords": ["extpoint", "boilerplate", "yii2", "project template"],
"homepage": "http://extpoint.com/",
"type": "project",
"minimum-stability": "stable",
"license": "BSD-3-Clause",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": ">=2.0.11",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"bariew/yii2-module-migration-controller": "*",
"yiisoft/yii2-jui": "^2.0",
"kartik-v/yii2-widgets": "*",
"yiisoft/yii2-imagine": "^2.0",
"extpoint/yii2-core": "^2.0",
"2amigos/yii2-ckeditor-widget": "^2.0",
"extpoint/yii2-megamenu": "*",
"yiisoft/yii2-authclient": "^2.1",
"extpoint/yii2-gii": "^2.0",
"extpoint/yii2-file": "^1.0",
"yiisoft/yii2-gii": "^2.0"
},
"require-dev": {
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-faker": "*"
},
"config": {
"process-timeout": 1800,
"vendor-dir": "vendor",
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}
}