From 1998d3f12431ca92d2ad592089a38a8db3ec7809 Mon Sep 17 00:00:00 2001 From: Dmitriy Taranov <46478206+xDemonME@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:52:31 +0700 Subject: [PATCH] Unlock for Laravel 10 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index e3deacc..4fea7d3 100644 --- a/composer.json +++ b/composer.json @@ -19,9 +19,9 @@ ], "require": { "php": "^8.0", - "illuminate/cache": "^8.0|^9.0", - "illuminate/console": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0" + "illuminate/cache": "^8.0|^9.0|^10.0", + "illuminate/console": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0|^10.0" }, "suggest": { "geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",