Skip to content

Commit

Permalink
Update minimum Laravel version
Browse files Browse the repository at this point in the history
Because we need the feature from laravel/framework#32560
  • Loading branch information
driesvints committed Jun 19, 2020
1 parent 409f930 commit 5a0531e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"ext-json": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^6.5",
"illuminate/contracts": "^7.0",
"illuminate/database": "^7.0",
"illuminate/http": "^7.0",
"illuminate/routing": "^7.0",
"illuminate/support": "^7.0",
"illuminate/view": "^7.0",
"illuminate/contracts": "^7.9",
"illuminate/database": "^7.9",
"illuminate/http": "^7.9",
"illuminate/routing": "^7.9",
"illuminate/support": "^7.9",
"illuminate/view": "^7.9",
"moneyphp/money": "^3.2",
"nesbot/carbon": "^2.0",
"spatie/url": "^1.3",
Expand Down

0 comments on commit 5a0531e

Please sign in to comment.