Skip to content

Commit

Permalink
Soporte para laravel 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Vidal committed Nov 9, 2021
1 parent cf94e55 commit 48c2a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"require": {
"php": "^7.2",
"guzzlehttp/guzzle": "~6.0 || ^7.0",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.*|| 5.9.* || ^6.0 || ^7.0"
"guzzlehttp/guzzle": "~6.0 || ^7.0 || ^8.0",
"illuminate/support": "5.5.* || 5.6.* || 5.7.* || 5.8.*|| 5.9.* || ^6.0 || ^7.0 || ^8.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 48c2a79

Please sign in to comment.