Skip to content

Commit

Permalink
Added Laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored Aug 23, 2019
1 parent edaa828 commit 5c09170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"require": {
"php": "^7.1.3",
"ext-dom": "*",
"illuminate/validation": "^5.6",
"illuminate/support": "^5.6",
"illuminate/validation": "^5.6|^6.0",
"illuminate/support": "^5.6|^6.0",
"symfony/http-kernel": "^4.0"
},
"require-dev": {
Expand Down

0 comments on commit 5c09170

Please sign in to comment.