Skip to content

Commit

Permalink
added compatibility to laravel 9 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik authored Mar 2, 2022
1 parent 204027f commit dcbe04d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,467 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"php": ">=7.2.5",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"illuminate/config": "^8.0",
"illuminate/support": "^8.0",
"illuminate/validation": "^8.0"
"illuminate/config": "^8.0|9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/validation": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit dcbe04d

Please sign in to comment.