-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1.11 KB
/
composer.json
File metadata and controls
35 lines (35 loc) · 1.11 KB
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
{
"name": "msilva88-dev/protoweb-ws_php",
"description": "WebSocket relay for ProtoWeb Dynamic Chat using websocketd. Integrates with a CodeIgniter 3 backend.",
"type": "project",
"license": "BSD-2-Clause",
"authors": [
{
"name": "Marcio Silva",
"email": "msilva88@protonmail.com",
"homepage": "https://bitbucket.org/msilva88-dev/protoweb-ws_php",
"role": "Developer"
},
{
"name": "Marcio Silva",
"email": "msilva88@protonmail.com",
"homepage": "https://github.com/msilva88-dev/protoweb-ws_php",
"role": "Developer"
},
{
"name": "Marcio Silva",
"email": "msilva88@protonmail.com",
"homepage": "https://gitlab.com/msilva88-dev-grp/websites/protoweb-ws_php",
"role": "Developer"
}
],
"homepage": "https://bitbucket.org/msilva88-dev/protoweb-ws_php",
"autoload": {
"psr-4": {
"ProtoWeb\\": "src/"
}
},
"require": {},
"minimum-stability": "stable",
"prefer-stable": true
}