Skip to content

Commit

Permalink
Added Laravel 7.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Mar 3, 2020
1 parent c3e2393 commit a28ae72
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 @@ -35,8 +35,8 @@
"psr/log": "^1.0",
"psr/simple-cache": "^1.0",
"nesbot/carbon": "^1.0|^2.0",
"tightenco/collect": "^5.0|^6.0",
"illuminate/contracts": "^5.0|^6.0"
"tightenco/collect": "^5.0|^6.0|^7.0",
"illuminate/contracts": "^5.0|^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
Expand Down

0 comments on commit a28ae72

Please sign in to comment.