2f25da09
Yarik
first commit
|
1
2
3
4
|
{
"name": "artweb/artbox-ecommerce",
"description": "Yii2 light-weight CMS",
"license": "BSD-3-Clause",
|
2a64feab
Yarik
Namespaces
|
5
|
"minimum-stability": "dev",
|
448cfc19
Yarik
Namespaces
|
6
|
"type": "yii2-extension",
|
2f25da09
Yarik
first commit
|
7
|
"require": {
|
c83e81f5
Alexey Boroda
-09.11.16 evening
|
8
|
"php": ">=5.4",
|
2f25da09
Yarik
first commit
|
9
|
"yiisoft/yii2": "*",
|
8a7e6ecf
Yarik
Namespaces
|
10
11
|
"developeruz/yii2-db-rbac": "*",
"artweb/artbox": "dev-master",
|
cbb48f2d
Yarik
Namespaces
|
12
|
"artweb/artbox-language": "dev-master",
|
8a7e6ecf
Yarik
Namespaces
|
13
|
"yiisoft/yii2-faker": "*",
|
cbb48f2d
Yarik
Namespaces
|
14
|
"artweb/artbox-seo": "dev-master",
|
8a7e6ecf
Yarik
Namespaces
|
15
|
"wbraganca/yii2-dynamicform": "dev-master"
|
2f25da09
Yarik
first commit
|
16
17
18
19
20
21
22
|
},
"autoload": {
"psr-4": {
"artweb\\artbox\\ecommerce\\": ""
}
}
}
|