forked from takielias/codeigniter-websocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 905 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
{
"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": "http://www.cheapapp.net",
"role": "Software Engineer"
}],
"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"
}
}