Skip to content

Commit 5c09170

Browse files
author
Andrey Helldar
authored
Added Laravel 6 support
1 parent edaa828 commit 5c09170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"require": {
1818
"php": "^7.1.3",
1919
"ext-dom": "*",
20-
"illuminate/validation": "^5.6",
21-
"illuminate/support": "^5.6",
20+
"illuminate/validation": "^5.6|^6.0",
21+
"illuminate/support": "^5.6|^6.0",
2222
"symfony/http-kernel": "^4.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)