-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 740 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 740 Bytes
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
{
"name": "eluhr/yii2-notification-module",
"description": "A notification module for Yii2",
"license": "BSD-3-Clause",
"type": "yii2-extension",
"authors": [
{
"name": "Elias Luhr",
"email": "elias.luhr@gmail.com"
}
],
"require": {
"2amigos/yii2-usuario": "^1.5.0",
"dmstr/yii2-adminlte-asset": "^2.5.0",
"yiisoft/yii2-dev": "~2.0.11",
"kartik-v/yii2-widget-select2": "^2.0.1",
"2amigos/yii2-ckeditor-widget": "^2.0.2"
},
"require-dev": {
"codeception/codeception": "^3.1.3",
"dmstr/yii2-db": "^0.9.4"
},
"autoload": {
"psr-4": {
"eluhr\\notification\\": "src"
}
}
}