Skip to content

Commit afcd4a8

Browse files
committed
Laravel 6 Compat
Signed-off-by: Scott Robinson <scott@dor.ky>
1 parent 0fbdab5 commit afcd4a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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": "scott@dor.ky",
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)