{ "_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" ], "hash": "6ebf835a438496a873d78b0388f1fb18", "content-hash": "68e591bef9d503e0af48e0677590c892", "packages": [ { "name": "katzgrau/klogger", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/katzgrau/KLogger.git", "reference": "87735262be7c3bd210740b5cd4831dee3d827c46" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/katzgrau/KLogger/zipball/87735262be7c3bd210740b5cd4831dee3d827c46", "reference": "87735262be7c3bd210740b5cd4831dee3d827c46", "shasum": "" }, "require": { "php": ">=5.3", "psr/log": "1.0.0" }, "require-dev": { "phpunit/phpunit": "4.0.*" }, "type": "library", "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" ], "time": "2015-11-04 22:43:22" }, { "name": "mixpanel/mixpanel-php", "version": "2.6.2", "source": { "type": "git", "url": "https://github.com/mixpanel/mixpanel-php.git", "reference": "7031e213554436793e0927184f41be72dcd63eb6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mixpanel/mixpanel-php/zipball/7031e213554436793e0927184f41be72dcd63eb6", "reference": "7031e213554436793e0927184f41be72dcd63eb6", "shasum": "" }, "require": { "php": ">=5.0" }, "require-dev": { "phpdocumentor/phpdocumentor": "2.*", "phpunit/phpunit": "3.7.*" }, "type": "library", "autoload": { "files": [ "lib/Mixpanel.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mixpanel ", "homepage": "https://mixpanel.com/" } ], "description": "The Official PHP library for Mixpanel", "homepage": "https://mixpanel.com/help/reference/php", "keywords": [ "mixpanel", "mixpanel php" ], "time": "2014-06-11 19:10:51" }, { "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-21 11:40:51" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "katzgrau/klogger": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }