From 94ddd9598cbf269756a7ab0d50654d0b646dd533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=A1=D0=BE=D1=85=D0=B0?= =?UTF-8?q?=D1=80=D0=B5=D0=B2?= Date: Fri, 10 Jun 2022 12:31:43 +0300 Subject: [PATCH] Downgrade laravel version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bbea355..16bad77 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ } ], "require": { - "illuminate/database": "^9.0", - "illuminate/support": "^9.0", + "illuminate/database": "^8.0|^9.0", + "illuminate/support": "^8.0|^9.0", "ramsey/uuid": "^4.1.1" }, "minimum-stability": "stable",