From 2363b10927f1f31af8a35ae9ac78024b717867c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Lu=CC=88cke?= Date: Thu, 16 Feb 2023 13:37:35 +0100 Subject: [PATCH] Added Laravel 10 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7334d82..c29d9d9 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ "ext-json": "*", "php": ">=7.4 || ^8.0 || ^8.1 || ^8.2", "guzzlehttp/guzzle": "~6.0 || ~7.0", - "illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0", - "illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0" + "illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0", + "illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0" }, "require-dev": { "mockery/mockery": "^1.0",