Skip to content

Commit c483570

Browse files
committed
Add composer support
1 parent b05d4a7 commit c483570

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "sendgrid/sendgrid-php",
3+
"description": "This library allows you to quickly and easily send emails through SendGrid using PHP.",
4+
"homepage": "http://sendgrid.com",
5+
"license": "MIT",
6+
"autoload": {
7+
"files": ["SendGrid_loader.php"]
8+
}
9+
}

0 commit comments

Comments
 (0)