From d7940cc59af939b27422a8e7a4020ac8c5d93a77 Mon Sep 17 00:00:00 2001 From: Mo Khosh Date: Mon, 26 Feb 2024 15:24:22 +0330 Subject: [PATCH] bump min laravel 9 version to support ignore timestamps (#173) --- 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" },