forked from joni-jones/yii2-wschat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 1.02 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
{
"name": "joni-jones/yii2-wschat",
"description": "Online chat based on web sockets and ratchet php",
"type": "yii2-extension",
"keywords": ["yii2","extension","backbone","ratchet","websocket","chat"],
"license": "MIT",
"stability": "stable",
"authors": [
{
"name": "Ievgen Sentiabov",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-mongodb": "*",
"yiisoft/yii2-bootstrap": "*",
"cboden/ratchet": "0.3.*",
"bower-asset/underscore": "1.8.3",
"bower-asset/backbone": "1.2.*",
"bower-asset/js-cookie": "1.5.*",
"bower-asset/pnotify": "2.0.1",
"bower-asset/fontawesome": "4.3.0"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"codeception/codeception": "2.*",
"codeception/specify": "*",
"codeception/verify": "*"
},
"autoload": {
"psr-4": {
"jones\\wschat\\": ""
}
}
}