Skip to content

Commit

Permalink
Update dependecy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tavsec committed Mar 16, 2023
1 parent 981d85c commit 1d82e81
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 @@ -15,9 +15,9 @@
}
],
"require": {
"php": ">7.4|>8.0",
"illuminate/support": "^9.17",
"illuminate/mail": "^9.17",
"php": ">7.4|>8.0|>8.1",
"illuminate/support": "^9.17|10.*",
"illuminate/mail": "^9.17|^10.*",
"guzzlehttp/guzzle": "^7.4",
"ext-curl": "*"
},
Expand Down

0 comments on commit 1d82e81

Please sign in to comment.