[
    {
        "name": "psr/log",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
            "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
            "shasum": ""
        },
        "time": "2012-12-21T11:40:51+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "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",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "cbschuld/logentries",
        "version": "1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cbschuld/logentries.git",
            "reference": "7ca4b686f508e75581edcf268691376f21c7eeab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cbschuld/logentries/zipball/7ca4b686f508e75581edcf268691376f21c7eeab",
            "reference": "7ca4b686f508e75581edcf268691376f21c7eeab",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3",
            "psr/log": "1.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.0.*"
        },
        "time": "2017-05-22T18:44:23+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "cbschuld\\": "src/"
            },
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Schuld",
                "email": "chris@chrisschuld.com"
            }
        ],
        "description": "A PHP PSR-3 compliant logging class for LogEntries service (https://logentries.com/)",
        "keywords": [
            "logging"
        ]
    }
]
