From 45bc2324dde4bafc5f651bf9009abe3783b93a43 Mon Sep 17 00:00:00 2001 From: Maris Date: Thu, 16 Feb 2023 17:19:38 +0100 Subject: [PATCH] Laravel 10 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b2da21a..0a189b8 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "^7.4|^8.0", "google/analytics-data": "^0.8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "orchestra/testbench": "^6.0|^7.0",