-
Notifications
You must be signed in to change notification settings - Fork 17
/
composer.json
37 lines (37 loc) · 1.1 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
{
"name": "thyseus/yii2-message",
"description": "Message system for Yii2",
"keywords": ["yii2", "yii2-user", "message"],
"type": "yii2-extension",
"license": "GPL-2.0-only",
"support": {
"issues": "https://github.com/thyseus/yii2-message/issues?state=open",
"forum": "https://gitter.im/thyseus/yii2-message",
"source": "https://github.com/thyseus/yii2-message"
},
"authors": [
{
"name": "Herbert Maschke",
"email": "[email protected]",
"homepage": "https://github.com/thyseus/yii2-message"
}
],
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": "^2.0.0",
"yiisoft/yii2-swiftmailer": "^2.0.0",
"yiisoft/yii2-bootstrap": "^2.0.0",
"kartik-v/yii2-widget-select2": "^2.0",
"rmrevin/yii2-fontawesome": "~3.0"
},
"require-dev": {
"yiisoft/yii2-codeception": "^2.0.0",
"codeception/specify": "^0.4.3",
"codeception/verify": "^0.3.1"
},
"autoload": {
"psr-4": {
"thyseus\\message\\": ""
}
}
}