-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 934 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
38
39
{
"name": "mrstroz/yii2-wavecms",
"description": "Yii2 WaveCMS",
"type": "yii2-extension",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Mariusz Stróż",
"email": "mariusz.stroz@gmail.com",
"homepage": "http://inwave.eu",
"role": "Developer"
}
],
"require": {
"php": ">=5.6.0",
"yiisoft/yii2": "~2.0.6",
"yiisoft/yii2-imagine": "~2.2.0",
"yii2mod/yii2-settings": "*",
"mihaildev/yii2-elfinder": "*",
"mihaildev/yii2-ckeditor": "*",
"2amigos/yii2-translateable-behavior": "0.1.3",
"himiklab/yii2-sortable-grid-view-widget": "*",
"kartik-v/yii2-widget-growl": "*",
"2amigos/yii2-editable-widget": "~1.0"
},
"require-dev": {
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0.6"
},
"autoload": {
"psr-4": {
"mrstroz\\wavecms\\": ""
}
},
"extra": {
"bootstrap": "mrstroz\\wavecms\\Bootstrap"
}
}