Skip to content

Commit 0f5f36c

Browse files
author
Andrey Helldar
authored
Added Laravel 7 support
1 parent 2fa640b commit 0f5f36c

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|^6.0",
21-
"illuminate/support": "^5.6|^6.0",
20+
"illuminate/validation": "^5.6|^6.0|^7.0",
21+
"illuminate/support": "^5.6|^6.0|^7.0",
2222
"symfony/http-kernel": "^4.0|^5.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)