From c52c16eb2d49b5b5c76c1a499dcf19f1027911b4 Mon Sep 17 00:00:00 2001 From: Adam Hosker Date: Sat, 12 Sep 2020 23:46:06 +0100 Subject: [PATCH] Laravel 8 Compatability Old themsaid/forge-sdk required guzzlehttp/guzzle 6.0. Preventing use with Laravel 8. The new version works with 6.3.1|^7.0. Allowing this package to be used with the new Laravel 8. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 715ca02..77bd808 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": "^7.4", "spatie/laravel-dashboard": "^2.0", - "themsaid/forge-sdk": "^2.1" + "themsaid/forge-sdk": "^3.1" }, "require-dev": { "phpunit/phpunit": "^9.0"