diff --git a/composer.json b/composer.json index da68042..b0f07cf 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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" },