Skip to content

Commit

Permalink
Update composer.json for Laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ssx committed Oct 26, 2019
1 parent a6e9fce commit 0360d25
Show file tree
Hide file tree
Showing 2 changed files with 949 additions and 427 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"keywords": [ "laravel", "validation", "ip" ],
"require": {
"illuminate/contracts": "^5.5",
"illuminate/contracts": "^5.5|^6.0",
"symfony/http-foundation": "^3.3"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 0360d25

Please sign in to comment.