Skip to content

Commit

Permalink
Added Laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ssx committed Mar 11, 2020
1 parent 91be856 commit 5db29c5
Show file tree
Hide file tree
Showing 2 changed files with 757 additions and 506 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
}
],
"require": {
"illuminate/validation": "^5.5|^6.0",
"illuminate/translation": "^5.5|^6.0"
"illuminate/validation": "^5.5|^6.0|^7.0",
"illuminate/translation": "^5.5|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7"
"phpunit/phpunit": "~5.7|^9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5db29c5

Please sign in to comment.