Skip to content

Commit

Permalink
Merge pull request #31 from mrtawil/l11-compatibility
Browse files Browse the repository at this point in the history
Added Laravel 11 support
  • Loading branch information
ConsoleTVs authored Mar 22, 2024
2 parents 9e2b460 + 8847f8e commit 3f471bc
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.*|10.*"
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|9.*|10.*|11.*"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 3f471bc

Please sign in to comment.