-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 914 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
35
36
37
38
39
40
41
42
43
{
"name": "ommu/yii2-centrifugo",
"description": "Yii2 Centrifugo WebSocket",
"type": "yii2-extension",
"keywords": [
"extension",
"centrifugo",
"socket",
"websocket",
"ommu",
"ommu-platform",
"yii2"
],
"license": "Apache-2.0",
"homepage": "https://github.com/ommu/yii2-centrifugo",
"support": {
"issues": "https://github.com/ommu/yii2-centrifugo/issues",
"wiki": "https://github.com/ommu/yii2-centrifugo/wiki",
"source": "https://github.com/ommu/yii2-centrifugo"
},
"repository": {
"type": "git",
"url": "https://github.com/ommu/yii2-centrifugo.git"
},
"authors": [
{
"name": "Putra Sudaryanto",
"email": "putra@ommu.id",
"homepage": "https://ommu.id",
"role": "Creator"
}
],
"minimum-stability": "dev",
"require": {
"centrifugal/phpcent": "~4.0",
"npm-asset/centrifuge": "~3.0"
},
"autoload": {
"psr-4": {
"ommu\\centrifugo\\": ""
}
}
}