forked from mmucklo/krumo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (35 loc) · 818 Bytes
/
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
33
34
35
{
"name": "mmucklo/krumo",
"type": "library",
"description": "KRUMO - version 2.0 of print_r(); and var_dump(); (with new updates)",
"license": "LGPL",
"keywords": ["debug", "debugging", "pretty", "print", "print_r", "var_dump", "krumo"],
"authors": [
{
"name": "Kaloyan K. Tsvetkov",
"email": "[email protected]"
},
{
"name": "Matthew J. Mucklo",
"email": "[email protected]"
},
{
"name": "Stefan Thomas",
"email": "[email protected]"
},
{
"name": "Scott Baker",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "dev-master",
"phpmd/phpmd": "dev-master"
},
"autoload": {
"files": ["class.krumo.php"]
}
}