-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 882 Bytes
/
Copy pathcomposer.json
File metadata and controls
36 lines (36 loc) · 882 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
30
31
32
33
34
35
36
{
"name": "idealogica/debug",
"description": "Debugging tools: Symfony VarDumper and Chrome Logger in one package.",
"keywords": ["debug", "dumper", "var_dump", "print_r", "debugging", "var-dumper", "chrome", "logger", "chrome-logger"],
"homepage": "https://github.com/idealogica/debug",
"license": "MIT",
"authors":
[
{
"name": "Konstatin Nikiforov",
"email": "konstantin@idealogica.me",
"homepage": "http://konstantin.idealogica.me"
}
],
"require":
{
"php": ">=5.5.9",
"symfony/var-dumper": "~4.3.4",
"ccampbell/chromephp": "~4.1"
},
"require-dev":
{
"phpunit/phpunit": "~6.1.0"
},
"autoload":
{
"files":
[
"src/debug.php"
]
},
"config":
{
"preferred-install": "dist"
}
}