Skip to content

Commit

Permalink
Added Support to Laravel 8.0 (#122)
Browse files Browse the repository at this point in the history
* Added support Laravel 8.0
  • Loading branch information
alexevladgabriel authored Sep 9, 2020
1 parent cb4c5c6 commit 16bcd8b
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 @@ -11,10 +11,10 @@
],
"require": {
"php": "^7.2",
"guzzlehttp/guzzle": "^6.3",
"illuminate/http": "^5.8|^6.0|^7.0",
"illuminate/routing": "^5.8|^6.0|^7.0",
"illuminate/support": "^5.8|^6.0|^7.0"
"guzzlehttp/guzzle": "^6.3|^7.0.1",
"illuminate/http": "^5.8|^6.0|^7.0|^8.0",
"illuminate/routing": "^5.8|^6.0|^7.0|^8.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
Expand Down

0 comments on commit 16bcd8b

Please sign in to comment.