Skip to content

Commit 91be856

Browse files
committed
Laravel 6 Compat
Signed-off-by: Scott Robinson <[email protected]>
1 parent c78056f commit 91be856

File tree

2 files changed

+694
-229
lines changed

2 files changed

+694
-229
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"license": "Apache-2.0",
77
"authors": [
88
{
9-
"name": "Scott Wilcox",
9+
"name": "Scott Robinson",
1010
"email": "[email protected]",
1111
"homepage": "http://dor.ky"
1212
}
1313
],
1414
"require": {
15-
"illuminate/validation": "^5.5",
16-
"illuminate/translation": "^5.5"
15+
"illuminate/validation": "^5.5|^6.0",
16+
"illuminate/translation": "^5.5|^6.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~5.7"

0 commit comments

Comments
 (0)