60 lines
1.9 KiB
Plaintext
60 lines
1.9 KiB
Plaintext
|
{
|
||
|
"_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": "5ba319f496d82db0def48509079b247a",
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "fguillot/json-rpc",
|
||
|
"version": "v1.2.4",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/fguillot/JsonRPC.git",
|
||
|
"reference": "ea2720b13e986bbf23e832b135c84c91ead7259f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/fguillot/JsonRPC/zipball/ea2720b13e986bbf23e832b135c84c91ead7259f",
|
||
|
"reference": "ea2720b13e986bbf23e832b135c84c91ead7259f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.4"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "4.8.*"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-0": {
|
||
|
"JsonRPC": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Frédéric Guillot"
|
||
|
}
|
||
|
],
|
||
|
"description": "Simple Json-RPC client/server library that just works",
|
||
|
"homepage": "https://github.com/fguillot/JsonRPC",
|
||
|
"time": "2017-01-12T21:31:30+00:00"
|
||
|
}
|
||
|
],
|
||
|
"packages-dev": [],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "stable",
|
||
|
"stability-flags": {
|
||
|
"fguillot/json-rpc": 0
|
||
|
},
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": [],
|
||
|
"platform-dev": []
|
||
|
}
|