-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.04 KB
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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
{
"name": "svbackend/yii2-wschat",
"description": "Private chat based on web sockets and ratchet php (Yii2)",
"type": "yii2-extension",
"keywords": ["yii2","extension","backbone","ratchet","websocket","chat"],
"license": "MIT",
"stability": "stable",
"authors": [
{
"name": "Ievgen Sentiabov"
},
{
"name": "Valentin Saik"
}
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"cboden/ratchet": "0.3.*",
"bower-asset/jquery": "2.*",
"bower-asset/underscore": "1.8.3",
"bower-asset/backbone": "1.2.*",
"bower-asset/js-cookie": "2.1.*",
"bower-asset/pnotify": "2.0.*",
"bower-asset/fontawesome": "4.*"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"codeception/codeception": "2.*",
"codeception/specify": "*",
"codeception/verify": "*"
},
"autoload": {
"psr-4": {
"svbackend\\wschat\\": ""
}
}
}