From 6478ba516254b5270dc7498bf096343d0b2cd96d Mon Sep 17 00:00:00 2001 From: Artem Petrusenko Date: Fri, 20 Sep 2019 10:05:18 +0300 Subject: [PATCH] Add laravel newest version support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ace92a9..6793508 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" + "illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*" }, "license": "MIT", "authors": [