Skip to content

Commit

Permalink
Compatibility Update for Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Nov 24, 2020
1 parent 9a693a4 commit 5daebca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"require": {
"php": ">=7.2.5",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3",
"illuminate/config": "^7.0",
"illuminate/support": "^7.0",
"illuminate/validation": "^7.0"
"guzzlehttp/guzzle": "^7.0",
"illuminate/config": "^8.0",
"illuminate/support": "^8.0",
"illuminate/validation": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5daebca

Please sign in to comment.