Skip to content

Commit 6eee5b4

Browse files
authored
Merge pull request #6 from marcreichel/master
Laravel 7 support
2 parents 5566c2a + 0e11364 commit 6eee5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Laravel validation rule that checks if a string is offensive.",
44
"type": "library",
55
"require": {
6-
"laravel/framework": "^5.5||^6.0",
6+
"laravel/framework": "^5.5||^6.0||^7.0",
77
"divineomega/is_offensive": "^1.4.0"
88
},
99
"require-dev": {

0 commit comments

Comments
 (0)