Skip to content

Commit

Permalink
Compatibility Update for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Mar 17, 2020
1 parent 0d8c5a9 commit 478d63b
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 @@ -4,12 +4,12 @@
"license": "MIT",
"type": "library",
"require": {
"php": ">=7.1.3",
"php": ">=7.2.5",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3",
"illuminate/config": "^6.0",
"illuminate/support": "^6.0",
"illuminate/validation": "^6.0"
"illuminate/config": "^7.0",
"illuminate/support": "^7.0",
"illuminate/validation": "^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 478d63b

Please sign in to comment.