Skip to content

Commit 5db29c5

Browse files
committed
Added Laravel 7 support
1 parent 91be856 commit 5db29c5

File tree

2 files changed

+757
-506
lines changed

2 files changed

+757
-506
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}
1313
],
1414
"require": {
15-
"illuminate/validation": "^5.5|^6.0",
16-
"illuminate/translation": "^5.5|^6.0"
15+
"illuminate/validation": "^5.5|^6.0|^7.0",
16+
"illuminate/translation": "^5.5|^6.0|^7.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "~5.7"
19+
"phpunit/phpunit": "~5.7|^9.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)