2013-06-13 18:48:23 +08:00
|
|
|
{
|
|
|
|
"name": "maximebf/debugbar",
|
|
|
|
"description": "Debug bar in the browser for php application",
|
|
|
|
"keywords": ["debug"],
|
|
|
|
"homepage": "https://github.com/maximebf/php-debugbar",
|
|
|
|
"type": "library",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [{
|
|
|
|
"name": "Maxime Bouroumeau-Fuseau",
|
|
|
|
"email": "maxime.bouroumeau@gmail.com",
|
|
|
|
"homepage": "http://maximebf.com"
|
|
|
|
}],
|
|
|
|
"require": {
|
2013-06-18 13:24:07 +09:00
|
|
|
"php": ">=5.3.0",
|
|
|
|
"psr/log": "~1.0"
|
2013-06-13 18:48:23 +08:00
|
|
|
},
|
2013-06-13 20:23:22 +08:00
|
|
|
"require-dev": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
2013-06-13 18:48:23 +08:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": {"DebugBar": "src/"}
|
2013-06-13 20:23:22 +08:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"kriswallsmith/assetic": "The best way to manage assets",
|
2013-09-20 15:46:52 -04:00
|
|
|
"monolog/monolog": "Log using Monolog",
|
|
|
|
"predis/predis": "Redis storage"
|
2013-06-13 18:48:23 +08:00
|
|
|
}
|
|
|
|
}
|