From c620667b8614ca841082b4ace39e9e845b70fe5f Mon Sep 17 00:00:00 2001 From: Wim Griffioen Date: Fri, 8 Nov 2019 16:11:33 +0100 Subject: [PATCH] Replace ryanwinchester/hubspot-php with hubspot/hubspot-php --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ac16163..f5c550f 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ } ], "require": { - "ryanwinchester/hubspot-php": "~1.0", - "illuminate/support": ">=5.3" + "illuminate/support": ">=5.3", + "hubspot/hubspot-php": "^1.2" }, "autoload": { "psr-4": {