Skip to content

Commit

Permalink
Merge pull request #17 from adibnoh/master
Browse files Browse the repository at this point in the history
Add support for laravel 8
  • Loading branch information
ConsoleTVs authored Nov 20, 2020
2 parents 5c146d3 + 4503e2b commit 908bc15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/vendor
/.idea
.phpunit.result.cache
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 908bc15

Please sign in to comment.