forked from scholtz/AsyncWebFrontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json.default
More file actions
29 lines (29 loc) · 857 Bytes
/
composer.json.default
File metadata and controls
29 lines (29 loc) · 857 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
{
"name": "scholtz/async-web-frontend"
, "type": "library"
, "description": "PHP WebSocket frontend for AsyncWeb"
, "keywords": ["AsyncWeb","Asynchonous web","WebSockets", "Server", "Ratchet", "Sockets", "Frontend"]
, "homepage": "https://github.com/scholtz/async-web-frontend/"
, "license": "GNU GPL 2"
, "authors": [
{
"name": "Ludovit Scholtz"
, "email": "ludko2@gmail.com"
, "role": "Developer"
}
]
, "support": {
"forum": "https://github.com/scholtz/AsyncWebFrontend/issues"
, "issues": "https://github.com/scholtz/AsyncWebFrontend/issues"
}
, "autoload": {
"psr-0": {
"MyApp": "src"
}
}
, "require": {
"scholtz/async-web": "dev-master",
"scholtz/bootstrap-php" : "dev-master",
"mustache/mustache" : "~2.5"
}
}