From 7df21ee3a97cbd4ff0cc2a0a4dc8d3948d033a69 Mon Sep 17 00:00:00 2001 From: "P. K. Tharindu" Date: Mon, 3 Apr 2023 18:44:26 +0530 Subject: [PATCH] Remove L10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index aaa152f..92d0041 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^8.0|^9.0|^10.0", - "illuminate/database": "^8.0|^9.0|^10.0", + "illuminate/support": "^8.0|^9.0", + "illuminate/database": "^8.0|^9.0", "tectonic/localisation": "^3.0" }, "require-dev": {