Skip to content

Commit

Permalink
Add support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhuisinga committed Mar 7, 2023
1 parent 98e0c1f commit 04f6fd0
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,12 +7,12 @@
"homepage": "https://github.com/craftcodery/clicksend",
"license": "MIT",
"require": {
"php": "^7.4|^8.0",
"php": "^8.1",
"ext-json": "*",
"barryvdh/laravel-dompdf": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/http": "^9.0",
"illuminate/support": "^9.0"
"illuminate/http": "^10.0",
"illuminate/support": "^10.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
Expand Down

0 comments on commit 04f6fd0

Please sign in to comment.