Update JsonRPC library

This commit is contained in:
Frederic Guillot
2016-04-26 22:55:56 -04:00
parent 36bdcf193b
commit 1936a74cb3
6 changed files with 19 additions and 19 deletions

14
composer.lock generated
View File

@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "ecdd93c089273876816339ff22d67cc7",
"content-hash": "a5edc6f9c9ae2cd356e3f8ac96ef5532",
"hash": "715601e3833e0ee04d8d00d266302f8b",
"content-hash": "ef38cdd1e92bd2cd299db9c6d429d24f",
"packages": [
{
"name": "christian-riesen/base32",
@@ -203,16 +203,16 @@
},
{
"name": "fguillot/json-rpc",
"version": "v1.0.3",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/fguillot/JsonRPC.git",
"reference": "0a77cd311783431c851e4c8eed33858663c17277"
"reference": "e915dab71940e7ac251955c785570048f460d332"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fguillot/JsonRPC/zipball/0a77cd311783431c851e4c8eed33858663c17277",
"reference": "0a77cd311783431c851e4c8eed33858663c17277",
"url": "https://api.github.com/repos/fguillot/JsonRPC/zipball/e915dab71940e7ac251955c785570048f460d332",
"reference": "e915dab71940e7ac251955c785570048f460d332",
"shasum": ""
},
"require": {
@@ -235,7 +235,7 @@
],
"description": "Simple Json-RPC client/server library that just works",
"homepage": "https://github.com/fguillot/JsonRPC",
"time": "2015-09-19 02:27:10"
"time": "2016-04-27 02:48:10"
},
{
"name": "fguillot/picodb",