From b04431c84bafe4690c3d664a49c25b9796392580 Mon Sep 17 00:00:00 2001 From: breadthe Date: Tue, 8 Mar 2022 21:25:03 -0600 Subject: [PATCH] Add support for Laravel 9 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e553bbb..95c33c1 100644 --- a/composer.json +++ b/composer.json @@ -3,8 +3,8 @@ "description": "A laravel package to access data from the Strava API.", "type": "library", "require": { - "guzzlehttp/guzzle": "^6.3|^7.0.1", - "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0" + "guzzlehttp/guzzle": "^6.3|^7.0.1|^7.2", + "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0" }, "autoload": { "psr-4": {