Skip to content

Commit

Permalink
Merge pull request renoki-co#14 from rennokki/laravel-7
Browse files Browse the repository at this point in the history
[upgrade] Laravel 7
  • Loading branch information
rennokki authored Mar 4, 2020
2 parents 1b18d9f + acf3c8a commit afe4c80
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 @@ -13,8 +13,8 @@
],
"require": {
"php": ">=7.2",
"illuminate/database": "^6.0",
"illuminate/support": "^6.0"
"illuminate/database": "^6.0|^7.0",
"illuminate/support": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit afe4c80

Please sign in to comment.