Skip to content

Commit bda8571

Browse files
authored
Laravel 6 support
1 parent e56011b commit bda8571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
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-
"illuminate/contracts": "^5.5",
6+
"laravel/framework": "^5.5||^6.0",
77
"divineomega/is_offensive": "^1.4.0"
88
},
99
"require-dev": {

0 commit comments

Comments
 (0)