From 1f34860cfd91c88bc68c4879f4432feb16c7a308 Mon Sep 17 00:00:00 2001 From: stasbilay02 Date: Wed, 4 Sep 2024 14:01:19 +0300 Subject: [PATCH] composer downgrade --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3eb5b3c..989baf2 100644 --- a/composer.json +++ b/composer.json @@ -3,8 +3,8 @@ "description": "Implementation of Database Queries with illuminate and Eloquent", "type": "project", "require": { - "illuminate/database": "^11.14", - "illuminate/filesystem": "^11.18.1", + "illuminate/database": "^11.21", + "illuminate/filesystem": "^11.21", "craft-group/phroute": "^2.1", "vlucas/phpdotenv": "^5.6", "twig/twig": "^3.0",