From a4542060649819ee638ea86a28219542f0270e4d Mon Sep 17 00:00:00 2001 From: jamesRUS52 <39707635+jamesRUS52@users.noreply.github.com> Date: Fri, 10 Mar 2023 18:08:52 +0300 Subject: [PATCH] Laravel 10 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a88e407..cc600d2 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,8 @@ "type": "library", "require": { "php": ">=7.2.5", - "illuminate/console": "^6|^7|^8|^9", - "illuminate/support": "^6|^7|^8|^9", + "illuminate/console": "^6|^7|^8|^9|^10", + "illuminate/support": "^6|^7|^8|^9|^10", "ext-bolt": "*" }, "description": "Laravel Source Encrypter", @@ -43,4 +43,4 @@ } } } - \ No newline at end of file +