Skip to content

Commit

Permalink
Update for Laravel 6
Browse files Browse the repository at this point in the history
Update for Laravel 6
  • Loading branch information
tsiedsma committed Aug 19, 2020
1 parent 2c2bb40 commit 430d603
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
"authors": [
{
"name": "Troy Siedsma",
"company": "Lithium Hosting, llc",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "~5.0"
"php": ">7.2",
"illuminate/support": ">6.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 430d603

Please sign in to comment.