-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
34 lines (34 loc) · 981 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
{
"name": "dmstr/yii2-publication-module",
"description": "A module for publications",
"type": "yii2-extension",
"keywords": ["yii2","publication"],
"license": "proprietary",
"authors": [
{
"name": "Elias Luhr",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"dmstr/yii2-widgets2-module": "^2.0.0",
"zhuravljov/yii2-datetime-widgets" : "~1.1.0",
"kartik-v/yii2-widget-select2": "^2",
"insolita/yii2-adminlte-widgets": "~1.1",
"2amigos/yii2-translateable-behavior": "^1.0.4",
"yiisoft/yii2-twig": "^2.0.4",
"dmstr/yii2-json-editor": "^1.0.0"
},
"repositories": {
"dmstr/yii2-json-editor": {
"type": "vcs",
"url": "https://github.com/dmstr/yii2-json-editor.git"
}
},
"autoload": {
"psr-4": {
"dmstr\\modules\\publication\\": "src/"
}
}
}