From 462dae98bc980b404970636f3ef9795e0606ae35 Mon Sep 17 00:00:00 2001 From: ITO Tetsunosuke Date: Sat, 28 Nov 2020 10:56:46 +0900 Subject: [PATCH] [composer.json] add vendor name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 50a2d45..9330ea4 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "sendgrid-php-example", + "name": "sendgrid/sendgrid-php-example", "description": "Example of using the SendGrid php library.", "version": "0.0.1", "homepage": "http://github.com/scottmotte/sendgrid-php-example",