{
    "name": "martynbiz/phpdebugbar",
    "description": "A wrapper for maximebf/debugbar to be simpler and configurable (e.g. disabled in production) on instantiation.",
    "authors": [
        {
            "name": "Martyn Bissett",
            "email": "martyn@metroworks.co.jp"
        }
    ],
    "autoload": {
        "psr-0": {
            "MartynBiz": "src"
        }
    },
    "require": {
        "php": ">=5.3.0",
        "maximebf/debugbar": "1.*"
    },
    "require-dev": {
        "phpunit/phpunit": "4.3.*"
    }
}
