65 lines
2.1 KiB
JSON
65 lines
2.1 KiB
JSON
{
|
|
"_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": "d4bc0e8dc03940896fd0efc420cc6503",
|
|
"packages": [
|
|
{
|
|
"name": "ccampbell/chromephp",
|
|
"version": "4.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ccampbell/chromephp.git",
|
|
"reference": "c3c297615d48ae5b2a86a82311152d1ed095fcef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ccampbell/chromephp/zipball/c3c297615d48ae5b2a86a82311152d1ed095fcef",
|
|
"reference": "c3c297615d48ae5b2a86a82311152d1ed095fcef",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.0.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"ChromePhp": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Craig Campbell",
|
|
"email": "iamcraigcampbell@gmail.com",
|
|
"homepage": "http://craig.is",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Log variables to the Chrome console (via Chrome Logger Google Chrome extension).",
|
|
"homepage": "http://github.com/ccampbell/chromephp",
|
|
"keywords": [
|
|
"log",
|
|
"logging"
|
|
],
|
|
"time": "2013-06-26 03:44:33"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=5.3.0",
|
|
"ext-curl": "*"
|
|
},
|
|
"platform-dev": []
|
|
}
|