From 86ea801ea61a6f29c8e920a7a6d9c9a04f404dd4 Mon Sep 17 00:00:00 2001 From: Julien Grandveau Date: Wed, 3 Feb 2021 09:57:12 +0100 Subject: [PATCH] Fix Packagist Setup --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0db65ab..be3de55 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { - "name": "slimpay/hapiclient", + "name": "slimpay/hapiclient-guzzle7", "description": "An HTTP Client using HAL as the format for resources.", "keywords": ["http", "hal", "rest", "client", "HTTP client", "HAL client", "hapi", "hateoas"], "license": "MIT", "authors": [ { - "name": "Youssef BEN OTHMAN", - "email": "youssef@slimpay.com" + "name": "SlimPayDev", + "email": "jgrandveau@slimpay.com" } ], "require": {