-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 983 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 983 Bytes
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": "jasonrgd/zf2-websocket-server-factory",
"description": "ZF2 PHP WebSocket Server Factory v2.1 (Extended)",
"type": "library",
"keywords": [
"zf2",
"websockets",
"websocket server",
"websocket chat",
"websockets php",
"websocket php server"
],
"support": {
"issues": "https://github.com/stanislav-web/ZF2-PHP-WebSocket-Server-Factory/issues"
},
"homepage": "https://github.com/stanislav-web/ZF2-PHP-WebSocket-Server-Factory",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Stanislav WEB",
"email": "stanisov@gmail.com",
"homepage": "https://github.com/stanislav-web/",
"role": "Developer"
}
],
"require": {
"php": ">=5.4"
},
"autoload": {
"psr-0": {
"WebSockets": "src/"
},
"classmap": [
"./"
]
}
}