Skip to content

Commit

Permalink
Merge pull request #2 from lextira/laravel8-update
Browse files Browse the repository at this point in the history
Compatibility Update for Laravel 8
  • Loading branch information
kohlerdominik authored Nov 26, 2020
2 parents 9a693a4 + 5daebca commit 204027f
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 204027f

Please sign in to comment.