-
Notifications
You must be signed in to change notification settings - Fork 270
/
composer.json
44 lines (44 loc) · 1.26 KB
/
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
38
39
40
41
42
43
44
{
"name": "noumo/easyii",
"version": "dev-master",
"description": "Easy CMS based on Yii2 Framework - Development package",
"keywords": ["easyii"],
"homepage": "http://easyiicms.com",
"type": "yii2-extension",
"license": "GNU GPL V3",
"minimum-stability": "dev",
"support": {
"wiki": "http://easyiicms.com/docs",
"source": "https://github.com/noumo/easyii.git",
"issues": "https://github.com/noumo/easyii/issues"
},
"authors": [
{
"name": "Ivan Vasilkov",
"email": "noumohope@gmail.com",
"role" : "Developer"
}
],
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"creocoder/yii2-nested-sets": "0.9.*",
"bower-asset/fancybox": "*",
"bower-asset/jquery.switcher": "*",
"bower-asset/eonasdan-bootstrap-datetimepicker": "^4.7@dev",
"2amigos/yii2-selectize-widget": "~1.0"
},
"autoload": {
"psr-4": {
"yii\\easyii\\": "/"
}
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}