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 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": [