e26d0c56
Yarik
first commit
|
1
|
{
|
543b9b1c
Yarik
Composer ready
|
2
3
|
"name": "artweb/artbox-basic",
"description": "Artbox Basic Project Template",
|
40ab364c
Yarik
Page
|
4
5
|
"keywords": [
"yii2",
|
543b9b1c
Yarik
Composer ready
|
6
7
8
9
|
"cms",
"artweb",
"artbox",
"basic",
|
40ab364c
Yarik
Page
|
10
11
|
"project template"
],
|
543b9b1c
Yarik
Composer ready
|
12
|
"homepage": "http://artweb.ua",
|
40ab364c
Yarik
Page
|
13
14
15
|
"type": "project",
"license": "BSD-3-Clause",
"support": {
|
543b9b1c
Yarik
Composer ready
|
16
|
"wiki": "http://www.yiiframework.com/wiki/"
|
40ab364c
Yarik
Page
|
17
|
},
|
b5ee4c0c
Yarik
Composer secure off
|
18
|
"minimum-stability": "stable",
|
40ab364c
Yarik
Page
|
19
|
"require": {
|
543b9b1c
Yarik
Composer ready
|
20
|
"php": ">=7.0",
|
a7a2854d
Yarik
Composer road to ...
|
21
22
23
24
25
26
27
28
|
"yiisoft/yii2": "~2.0",
"yiisoft/yii2-bootstrap": "~2.0",
"yiisoft/yii2-swiftmailer": "~2.0",
"noam148/yii2-image-manager": "~1.0",
"yiister/yii2-gentelella": "~1.0",
"yii2tech/filedb": "~1.0",
"hiqdev/yii2-asset-pnotify": "~2.0",
"hiqdev/yii2-asset-icheck": "~1.0",
|
83c3e54a
Yarik
Language
|
29
|
"google/apiclient": "^2.0",
|
e01541b2
Alexey Boroda
-Am charts
|
30
|
"bower-asset/amcharts-stock": "@dev",
|
4acbd19d
Alexey Boroda
-Bar tabs
|
31
32
|
"speixoto/yii2-amcharts": "^0.1.1",
"2amigos/yii2-tinymce-widget": "~1.1"
|
40ab364c
Yarik
Page
|
33
34
|
},
"require-dev": {
|
a7a2854d
Yarik
Composer road to ...
|
35
36
37
38
39
|
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/base": "^2.2.3",
"codeception/verify": "~0.3.1"
|
40ab364c
Yarik
Page
|
40
41
|
},
"config": {
|
92948526
Yarik
Composer secure off
|
42
|
"process-timeout": 1800
|
40ab364c
Yarik
Page
|
43
44
45
46
47
|
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
|
e26d0c56
Yarik
first commit
|
48
|
}
|
40ab364c
Yarik
Page
|
49
|
},
|
83c3e54a
Yarik
Language
|
50
51
52
|
"autoload": {
"psr-4": {
"artbox\\core\\": "artweb/artbox-core/",
|
4acbd19d
Alexey Boroda
-Bar tabs
|
53
54
|
"artbox\\gentelella\\": "artweb/artbox-gentelella/",
"artbox\\weblog\\": "artweb/artbox-weblog/"
|
83c3e54a
Yarik
Language
|
55
|
}
|
4acbd19d
Alexey Boroda
-Bar tabs
|
56
|
}
|
e26d0c56
Yarik
first commit
|
57
|
}
|