-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
composer.json
34 lines (34 loc) · 799 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
{
"name": "takielias/codeigniter-websocket",
"keywords": [
"php7",
"php-library",
"codeigniter websocket",
"codeigniter",
"websocket",
"realtime",
"Ratchet"
],
"description": "CodeIgniter Websocket using Ratchet Websocket technology. Inspired by https://github.com/romainrg/ratchet_client",
"homepage": "https://github.com/takielias/codeigniter-websocket",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Taki Elias",
"email": "taki.elias@gmail.com",
"homepage": "https://ebuz.xyz"
}
],
"require": {
"php": ">=5.4.0",
"cboden/ratchet": "^0.4.1",
"textalk/websocket": "^1.2"
},
"extra": {
"installer-name": "codeigniter-websocket"
},
"support": {
"email": "taki.elias@gmail.com"
}
}