Skip to content

Commit

Permalink
Merge pull request #7 from PullRequestInc/laravel10
Browse files Browse the repository at this point in the history
Laravel 10 Support
  • Loading branch information
pbarsallo authored Mar 7, 2023
2 parents 39dc9ca + 2230890 commit b6f4430
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 b6f4430

Please sign in to comment.