-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
42 lines (42 loc) · 1.19 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
{
"name": "janisto/yii2-ycm",
"description": "YCM - Yii 2 Content Management module",
"keywords": ["yii2", "yii2-ycm", "admin", "administration", "module", "extension"],
"homepage": "https://github.com/janisto/yii2-ycm",
"type": "yii2-extension",
"license": "public domain",
"authors": [
{
"name": "Jani Mikkonen",
"email": "janisto@php.net"
}
],
"support": {
"issues": "https://github.com/janisto/yii2-ycm/issues?state=open",
"source": "https://github.com/janisto/yii2-ycm"
},
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"janisto/yii2-timepicker": "*",
"vova07/yii2-imperavi-widget": "*",
"vova07/yii2-select2-widget": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.5",
"scrutinizer/ocular": "~1.1"
},
"autoload": {
"psr-4": {
"janisto\\ycm\\": "src"
}
},
"extra": {
"bootstrap": "janisto\\ycm\\Bootstrap",
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}