Skip to content

Commit

Permalink
Merge pull request #16 from pbarsallo/laravel8
Browse files Browse the repository at this point in the history
Laravel 8 Support
  • Loading branch information
Lyal Avery authored Oct 8, 2020
2 parents 2db073a + e4572db commit af2bd5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
],
"require": {
"php": ">=7.1.3",
"guzzlehttp/guzzle": "~6.0|~5.0|~4.0",
"illuminate/support": "~7.0|~6.0|^5.5",
"illuminate/routing": "~7.0|~6.0|^5.5"
"guzzlehttp/guzzle": "~7.0|~6.0|~5.0|~4.0",
"illuminate/support": "~8.0|~7.0|~6.0|^5.5",
"illuminate/routing": "~8.0|~7.0|~6.0|^5.5"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
Expand Down

0 comments on commit af2bd5a

Please sign in to comment.