From 73dfe117665e9cff30da8ae67df46d51a5c7de5a Mon Sep 17 00:00:00 2001 From: Stefan Verweij Date: Mon, 19 Apr 2021 13:33:22 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1a90de2..1578b3d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "graze/guzzle-jsonrpc", - "description": "JSON-RPC 2.0 client for Guzzle with Guzzle 7 compatibillity", + "name": "evently/guzzle-jsonrpc", + "description": "JSON-RPC 2.0 client for Guzzle with Guzzle 7 compatibillity, forked from graze/guzzle-jsonrpc", "keywords": ["guzzle", "guzzlehttp", "http", "json", "json-rpc", "jsonrpc", "ring", "rpc"], "homepage": "https://github.com/graze/guzzle-jsonrpc", "license": "MIT",