Skip to content

Commit

Permalink
Merge pull request #4 from lextira/update-laravel-10
Browse files Browse the repository at this point in the history
Update Laravel 10 compatibility
  • Loading branch information
kohlerdominik authored Aug 10, 2023
2 parents dd5c0a1 + 7631f29 commit d0c6b22
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 @@ -7,9 +7,9 @@
"php": ">=7.2.5",
"ext-json": "*",
"guzzlehttp/guzzle": "^7",
"illuminate/config": "^8|^9",
"illuminate/support": "^8|^9",
"illuminate/validation": "^8|^9"
"illuminate/config": "^8|^9|^10",
"illuminate/support": "^8|^9|^10",
"illuminate/validation": "^8|^9|^10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d0c6b22

Please sign in to comment.