From 56567c988e051b9edd91dc2074adbf3a9819cc2f Mon Sep 17 00:00:00 2001 From: Abed El Rahman Tawil <63475475+mrtawil@users.noreply.github.com> Date: Fri, 24 Feb 2023 00:59:58 +0200 Subject: [PATCH] Update composer.json added support for Laravel 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fbc8d17..bbbf95b 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PHP library to block bad words in a string", "type": "library", "require": { - "illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*" + "illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|10.*" }, "license": "MIT", "authors": [