[
    {
        "name": "psr/log",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-10 12:19:37",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "katzgrau/klogger",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/katzgrau/KLogger.git",
            "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/katzgrau/KLogger/zipball/a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1",
            "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3",
            "psr/log": "^1.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.0.*"
        },
        "time": "2016-11-07 19:29:14",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Katzgrau\\KLogger\\": "src/"
            },
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kenny Katzgrau",
                "email": "katzgrau@gmail.com"
            },
            {
                "name": "Dan Horrigan",
                "email": "dan@dhorrigan.com"
            }
        ],
        "description": "A Simple Logging Class",
        "keywords": [
            "logging"
        ]
    }
]
