Skip to content

Commit

Permalink
Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dberry93 committed Aug 26, 2022
1 parent 94632fe commit f9e936d
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 @@ -6,9 +6,9 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"guzzlehttp/guzzle": "^6.5",
"illuminate/support": "^6.0|^7.0",
"illuminate/events": "^6.0|^7.0"
"guzzlehttp/guzzle": ">6.5",
"illuminate/support": ">6.0",
"illuminate/events": ">6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
Expand Down

0 comments on commit f9e936d

Please sign in to comment.