Skip to content

Commit

Permalink
Support for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mchev committed Apr 28, 2022
1 parent 3320163 commit 01d2f30
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 105 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"require": {
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": "^7.3",
"illuminate/support": "^8.0",
"illuminate/http": "^8.0"
"illuminate/support": "^8.0|^9.0",
"illuminate/http": "^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
Expand Down
Loading

0 comments on commit 01d2f30

Please sign in to comment.