Skip to content

Commit

Permalink
Laravel 10 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
pbarsallo committed Mar 6, 2023
1 parent 39dc9ca commit 2230890
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pullrequestinc/sendwithus",
"type": "library",
"description": "Laravel (5+) bindings for the excellent sendwithus email service",
"description": "Laravel 5+ bindings for Sendwithus transactional email API",
"keywords": [
"PullRequest",
"sendwithus",
Expand All @@ -11,14 +11,14 @@
"license": "MIT",
"authors": [
{
"name": "Lyal Avery",
"email": "lyal@pullrequest.com",
"homepage": "http://www.pullrequest.com",
"role": "Developer"
"name": "PullRequest, Inc.",
"email": "hello@pullrequest.com",
"homepage": "https://www.pullrequest.com",
"role": "Maintainer"
}
],
"require": {
"illuminate/support": "~9.0|~8.0|~7.0|~6.0|~5.0",
"illuminate/support": "~10.0|~9.0|~8.0|~7.0|~6.0|~5.0",
"sendwithus/api": "^6.3",
"php": "~8.0|~7.0"
},
Expand Down

0 comments on commit 2230890

Please sign in to comment.