Skip to content

Commit

Permalink
Laravel 6 Compat
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Robinson <[email protected]>
  • Loading branch information
ssx committed Oct 26, 2019
1 parent 0fbdab5 commit afcd4a8
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 @@ -6,14 +6,14 @@
"license": "Apache-2.0",
"authors": [
{
"name": "Scott Wilcox",
"name": "Scott Robinson",
"email": "[email protected]",
"homepage": "http://dor.ky"
}
],
"require": {
"illuminate/validation": "^5.5",
"illuminate/translation": "^5.5"
"illuminate/validation": "^5.5|^6.0",
"illuminate/translation": "^5.5|^6.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7"
Expand Down

0 comments on commit afcd4a8

Please sign in to comment.