37f80fd4
Yarik
first commit
|
1
2
3
4
|
{
"name": "artweb/artbox-blog",
"description": "Yii2 light-weight CMS",
"license": "BSD-3-Clause",
|
bdea5d3f
Yarik
Namespaces
|
5
|
"minimum-stability": "dev",
|
143f3a31
Yarik
Namespaces
|
6
|
"type": "yii2-extension",
|
37f80fd4
Yarik
first commit
|
7
|
"require": {
|
57d005c3
Alexey Boroda
-09.11.16 evening
|
8
|
"php": ">=5.4",
|
37f80fd4
Yarik
first commit
|
9
|
"yiisoft/yii2": "*",
|
0194ad48
Yarik
Namespaces
|
10
|
"artweb/artbox": "dev-master",
|
3e05ca6d
Yarik
Namespaces
|
11
12
|
"artweb/artbox-ecommerce": "dev-master",
"artweb/artbox-language": "dev-master"
|
37f80fd4
Yarik
first commit
|
13
14
15
16
17
18
19
|
},
"autoload": {
"psr-4": {
"artweb\\artbox\\blog\\": ""
}
}
}
|