-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
41 lines (41 loc) · 1.14 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
{
"name": "dmstr/yii2-widgets2-module",
"description": "Yii 2.0 Framework Widget Manager",
"type": "yii2-extension",
"keywords": [
"yii2",
"extension"
],
"license": "proprietary",
"authors": [
{
"name": "Tobias Munk",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "2.0.*",
"yiisoft/yii2-twig": "^2.0.4",
"2amigos/yii2-ckeditor-widget": "^2.0.2",
"2amigos/yii2-translateable-behavior": "^1.1.0",
"kdn/yii2-json-editor": "^2.5.1",
"rmrevin/yii2-fontawesome": "~2.9",
"dmstr/yii2-web": "^0.3.1 || ^0.4.0 || ^1.0.0",
"dmstr/yii2-active-record-permissions": "^1.0.0",
"dmstr/yii2-json-editor": "^1.0.0",
"bedezign/yii2-audit": "^1.0",
"insolita/yii2-adminlte-widgets": "^1.1.4",
"mikehaertl/php-shellcommand": "^1.2.4",
"scrivo/highlight.php": "~8.0 || ~9.0",
"zhuravljov/yii2-datetime-widgets" : "^1.1.0",
"dmstr/yii2-ajax-button": "^1.0",
"trntv/yii2-aceeditor": "^2.1.0",
"justinrainbow/json-schema": "^5.2.0",
"bower-asset/jquery-cookie": "~1.4.1"
},
"autoload": {
"psr-4": {
"hrzg\\widget\\": "src/"
}
}
}