Skip to content

Commit e595786

Browse files
committed
Update Composer
1 parent d551303 commit e595786

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

composer.json

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,34 @@
11
{
2-
"name": "takielias/codeigniter-websocket",
3-
"keywords": [
4-
"php7",
5-
"php-library",
6-
"codeigniter websocket",
7-
"codeigniter",
8-
"websocket",
9-
"realtime",
10-
"Ratchet"
11-
],
12-
"description": "CodeIgniter Websocket using Ratchet Websocket technology. Inspired by https://github.com/romainrg/ratchet_client",
13-
"homepage": "https://github.com/takielias/codeigniter-websocket",
14-
"license": "MIT",
15-
"type": "library",
16-
"authors": [{
17-
"name": "Taki Elias",
18-
"email": "taki.elias@gmail.com",
19-
"homepage": "https://ebuz.xyz",
20-
"role": "Software Engineer"
21-
}],
22-
"require": {
23-
"php": ">=5.4.0",
24-
"cboden/ratchet": "^0.4.1",
25-
"textalk/websocket": "^1.2"
26-
},
27-
"extra": {
28-
"installer-name": "codeigniter-websocket"
29-
},
30-
"support": {
31-
"email": "taki.elias@gmail.com"
2+
"name": "takielias/codeigniter-websocket",
3+
"keywords": [
4+
"php7",
5+
"php-library",
6+
"codeigniter websocket",
7+
"codeigniter",
8+
"websocket",
9+
"realtime",
10+
"Ratchet"
11+
],
12+
"description": "CodeIgniter Websocket using Ratchet Websocket technology. Inspired by https://github.com/romainrg/ratchet_client",
13+
"homepage": "https://github.com/takielias/codeigniter-websocket",
14+
"license": "MIT",
15+
"type": "library",
16+
"authors": [
17+
{
18+
"name": "Taki Elias",
19+
"email": "taki.elias@gmail.com",
20+
"homepage": "https://ebuz.xyz"
3221
}
22+
],
23+
"require": {
24+
"php": ">=5.4.0",
25+
"cboden/ratchet": "^0.4.1",
26+
"textalk/websocket": "^1.2"
27+
},
28+
"extra": {
29+
"installer-name": "codeigniter-websocket"
30+
},
31+
"support": {
32+
"email": "taki.elias@gmail.com"
33+
}
3334
}

0 commit comments

Comments
 (0)