Skip to content

Commit

Permalink
Feature/laravel 7 (#23)
Browse files Browse the repository at this point in the history
Upgrade for Laravel 7 installation
  • Loading branch information
MichaelHoughton authored Sep 9, 2020
1 parent 04baed3 commit 543654b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
}
],
"require": {
"illuminate/support": "~6.0",
"illuminate/support": "~7.0",
"aws/aws-sdk-php": "^3.26",
"illuminate/console": "~6.0",
"illuminate/console": "~7.0",

"lstrojny/functional-php": "^1.2"
},
"autoload": {
Expand Down

0 comments on commit 543654b

Please sign in to comment.