Skip to content

Commit

Permalink
Merge pull request #26 from mrtawil/master
Browse files Browse the repository at this point in the history
Added support for Laravel 10
  • Loading branch information
ConsoleTVs authored Mar 16, 2023
2 parents 072175e + 56567c9 commit 9e2b460
Showing 1 changed file with 1 addition and 1 deletion.
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.*|8.*|9.*"
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|10.*"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 9e2b460

Please sign in to comment.