-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 796 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 796 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
{
"name": "bdk/debug-wamp-client",
"description": "Html/Javascript WAMP based debug client used in conjunction with PHPDebugConsole on the server",
"keywords": ["debug", "debugging", "wamp", "wampws", "var_dump", "inspect", "errorhandler", "phpDebugConsole"],
"homepage": "http://github.com/bkdotcom/DebugWampClient",
"license": "MIT",
"authors": [
{
"name": "Brad Kent",
"email": "bkfake-github@yahoo.com",
"homepage": "http://www.bradkent.com/",
"role": "Developer"
}
],
"autoload": {
"psr-4": { "bdk\\Debug\\": "src/" }
},
"require": {
"bdk/debug": "^3.5"
},
"scripts": {
"post-create-project-cmd": "php -r \"copy('src/index.php', 'index.php');\""
},
"suggest": {
"bdk/wamp-publisher": "WAMP message publisher"
}
}