-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
37 lines (37 loc) · 987 Bytes
/
composer.json
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
{
"name": "execut/yii2-cms",
"description": "Yii2 eXeCUT CMS",
"keywords": ["yii2", "cms"],
"homepage": "https://github.com/execut/yii2-cms",
"type": "yii2-extension",
"license": "Apache-2.0",
"support": {
"issues": "https://github.com/execut/yii2-cms/issues?state=open",
"wiki": "https://github.com/execut/yii2-cms/wiki",
"source": "https://github.com/execut/yii2-cms"
},
"require": {
"php": ">=7.2.0",
"yiisoft/yii2": "~2.0.6",
"execut/yii2-base": "*",
"execut/yii2-navigation": "*",
"execut/yii2-alias": "*",
"execut/yii2-seo": "*",
"execut/yii2-menu": "*",
"execut/yii2-settings": "*",
"execut/yii2-robots-txt": "*",
"execut/yii2-images": "*",
"execut/yii2-goods": "*",
"execut/yii2-pages": "*",
"execut/yii2-pages-alias": "*",
"execut/yii2-pages-seo": "*"
},
"autoload": {
"psr-4": {
"execut\\cms\\": ""
}
},
"extra": {
"bootstrap": "execut\\cms\\bootstrap\\Auto"
}
}