{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "content-hash": "6e8af859cdd687d56df2d77649b669f0", "packages": [ { "name": "cbschuld/logentries", "version": "1.0.4", "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.*" }, "type": "library", "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" ], "time": "2017-05-22T18:44:23+00:00" }, { "name": "psr/log", "version": "1.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": "" }, "type": "library", "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" ], "time": "2012-12-21T11:40:51+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }