28bbf968
Yarik
first commit
|
1
2
3
4
|
{
"name": "artweb/artbox-seo",
"description": "Yii2 light-weight CMS",
"license": "BSD-3-Clause",
|
1c60e2f0
Yarik
Namespaces
|
5
|
"minimum-stability": "dev",
|
f9a837af
Yarik
Namespaces
|
6
|
"type": "yii2-extension",
|
28bbf968
Yarik
first commit
|
7
|
"require": {
|
947f0a4c
Alexey Boroda
-09.11.16 evening
|
8
|
"php": ">=5.4",
|
28bbf968
Yarik
first commit
|
9
|
"yiisoft/yii2": "*",
|
feffea0a
Yarik
Namespaces
|
10
11
|
"developeruz/yii2-db-rbac": "*",
"artweb/artbox": "dev-master",
|
a9867a0e
Yarik
Namespaces
|
12
|
"artweb/artbox-language": "dev-master"
|
28bbf968
Yarik
first commit
|
13
14
15
16
17
18
19
|
},
"autoload": {
"psr-4": {
"artweb\\artbox\\seo\\": ""
}
}
}
|