From 9f5574d40c6e929abb304c185c4a0196c8c5fe2f Mon Sep 17 00:00:00 2001 From: Mo Khosh Date: Mon, 26 Feb 2024 15:18:43 +0330 Subject: [PATCH] bump min laravel 9 version to support ignore timestamps --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index abb5788..5a50954 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ "license": "MIT", "require": { "php": "^8.1", - "illuminate/database": "^9.0|^10.0|^11.0", - "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/database": "^9.31|^10.0|^11.0", + "illuminate/support": "^9.31|^10.0|^11.0", "nesbot/carbon": "^2.63|^3.0", "spatie/laravel-package-tools": "^1.9" },