Skip to content

Commit

Permalink
Support for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Møller authored Mar 6, 2020
1 parent 8dbecef commit 9f9a008
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"ext-json": "*",
"php": "^7.2",
"guzzlehttp/guzzle": "^6.4",
"illuminate/events": "~5.8.0|^6.0",
"illuminate/queue": "~5.8.0|^6.0",
"illuminate/routing": "~5.8.0|^6.0",
"illuminate/support": "~5.8.0|^6.0"
"illuminate/events": "~5.8.0|^6.0|^7.0",
"illuminate/queue": "~5.8.0|^6.0|^7.0",
"illuminate/routing": "~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.8.0|^6.0|^7.0"
},
"require-dev": {
"laravel/framework": "~5.8.0|^6.0",
"laravel/framework": "~5.8.0|^6.0|^7.0",
"nunomaduro/phpinsights": "^1.9",
"orchestra/testbench": "^4.3",
"phpunit/phpunit": "^8.2",
Expand Down

0 comments on commit 9f9a008

Please sign in to comment.