From b7157533c9d90df4bd32bb2f3c2e8b285dba570a Mon Sep 17 00:00:00 2001 From: Michiel Thalen Date: Fri, 20 Oct 2017 13:39:54 +0200 Subject: [PATCH] changed package name --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af27075..7c1f06b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This package uses [Guzzle](https://github.com/guzzle/guzzle) to make the cUrl re Add the package to your composer.json file ``` "require": { - "nexttalent/acumulus": "~2.0" + "thalent/acumulus": "~2.0" }, ``` diff --git a/composer.json b/composer.json index d5d1842..835b236 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "nexttalent/acumulus", + "name": "thalent/acumulus", "description": "PHP wrapper for the Acumulus API", "authors": [ {