Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Support Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jradtilbrook committed Mar 9, 2020
1 parent fe738b4 commit 4da8776
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"require": {
"healthengine/laravel-chronos": "^2.0",
"healthengine/laravel-uuid": "^1.0",
"illuminate/console": "~5.6|~6.0",
"illuminate/database": "~5.6|~6.0",
"illuminate/support": "~5.6|~6.0"
"illuminate/console": "~5.6|~6.0|~7.0",
"illuminate/database": "~5.6|~6.0|~7.0",
"illuminate/support": "~5.6|~6.0|~7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4da8776

Please sign in to comment.