Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Commit

Permalink
Add support for Laravel 7 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejunker authored Mar 4, 2020
1 parent 5d7d0b9 commit a8f0084
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 @@ -8,8 +8,8 @@
],
"license": "MIT",
"require": {
"illuminate/console": "^6.0",
"illuminate/support": "^6.0"
"illuminate/console": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a8f0084

Please sign in to comment.