-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcomposer.json
32 lines (32 loc) · 1.02 KB
/
composer.json
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
{
"name": "adrianbj/tracy-debugger",
"type": "pw-module",
"description": "The ultimate debugging and development tool for ProcessWire.",
"homepage": "https://github.com/adrianbj/TracyDebugger",
"support": {
"docs": "https://adrianbj.github.io/TracyDebugger/",
"issues": "https://github.com/adrianbj/TracyDebugger/issues",
"source": "https://github.com/adrianbj/TracyDebugger",
"rss": "https://github.com/adrianbj/TracyDebugger/releases.atom",
"forum": "https://processwire.com/talk/topic/12208-tracy-debugger/"
},
"keywords": [
"module",
"processwire",
"debug",
"development"
],
"license": "GPL-2.0",
"authors": [
{
"name": "Adrian Jones",
"homepage": "https://github.com/adrianbj",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.4",
"wireframe-framework/processwire-composer-installer": "^1.0.0"
}
}