Skip to content

Commit

Permalink
Merge pull request #35 from djoeycl/patch-1
Browse files Browse the repository at this point in the history
Support laravel 6
  • Loading branch information
andersao authored Sep 11, 2019
2 parents 9e62d6d + 93e59ee commit 5ffa053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
},
"require": {
"php": ">=5.4.0",
"illuminate/support": "~5.4",
"illuminate/validation": "~5.4"
"illuminate/support": "~5.4|^6.0",
"illuminate/validation": "~5.4|^6.0"
},
"autoload": {
"psr-4": {
"Prettus\\Validator\\": "src/Prettus/Validator/"
}
},
"minimum-stability": "stable"
}
}

0 comments on commit 5ffa053

Please sign in to comment.