We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d175e0 commit 094bedaCopy full SHA for 094beda
composer.json
@@ -10,12 +10,18 @@
10
"websockets php",
11
"websocket php server"
12
],
13
- "homepage": "https://github.com/stanislav-web/ZF2-PHP-WebSocket-Server-Factory.git",
+ "support": {
14
+ "issues": "https://github.com/stanislav-web/ZF2-PHP-WebSocket-Server-Factory/issues"
15
+ },
16
+ "homepage": "https://github.com/stanislav-web/ZF2-PHP-WebSocket-Server-Factory",
17
+ "minimum-stability": "stable",
18
+ "license": "MIT",
19
"authors": [
20
{
21
"name": "Stanislav WEB",
22
"email": "[email protected]",
- "homepage": "https://github.com/stanislav-web/"
23
+ "homepage": "https://github.com/stanislav-web/",
24
+ "role": "Developer"
25
}
26
27
"require": {
0 commit comments