From ee85ed1a6509a8716dca3fff37516e17182d18ff Mon Sep 17 00:00:00 2001 From: Adib Noh Date: Thu, 10 Sep 2020 14:53:45 +0800 Subject: [PATCH 1/2] add gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f2d4646 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/vendor +/.idea +.phpunit.result.cache +composer.lock \ No newline at end of file From 4503e2bac0d859914ed1183bfcd397449ec929c8 Mon Sep 17 00:00:00 2001 From: Adib Noh Date: Thu, 10 Sep 2020 14:53:59 +0800 Subject: [PATCH 2/2] update support for laravel 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 84e430e..b841702 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.*" + "illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*" }, "license": "MIT", "authors": [