Skip to content

Commit 5ffa053

Browse files
authored
Merge pull request #35 from djoeycl/patch-1
Support laravel 6
2 parents 9e62d6d + 93e59ee commit 5ffa053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
},
2121
"require": {
2222
"php": ">=5.4.0",
23-
"illuminate/support": "~5.4",
24-
"illuminate/validation": "~5.4"
23+
"illuminate/support": "~5.4|^6.0",
24+
"illuminate/validation": "~5.4|^6.0"
2525
},
2626
"autoload": {
2727
"psr-4": {
2828
"Prettus\\Validator\\": "src/Prettus/Validator/"
2929
}
3030
},
3131
"minimum-stability": "stable"
32-
}
32+
}

0 commit comments

Comments
 (0)