Skip to content

Commit d9a9f2a

Browse files
authored
Merge pull request #2 from repat/master
Support Laravel 6
2 parents b934a19 + 645733e commit d9a9f2a

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
@@ -4,7 +4,7 @@
44
"type": "library",
55
"keywords": [ "laravel", "validation", "colour" ],
66
"require": {
7-
"illuminate/contracts": "^5.5"
7+
"illuminate/contracts": "^5.5 | ^6.0"
88
},
99
"require-dev": {
1010
"orchestra/testbench": "^3.5",

0 commit comments

Comments
 (0)