From c4835707b25de9ee840d34f23b38f9c2340734cd Mon Sep 17 00:00:00 2001 From: gerard sychay Date: Thu, 19 Jul 2012 14:14:35 -0400 Subject: [PATCH] Add composer support --- composer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..5e2f6e3dc --- /dev/null +++ b/composer.json @@ -0,0 +1,9 @@ +{ + "name": "sendgrid/sendgrid-php", + "description": "This library allows you to quickly and easily send emails through SendGrid using PHP.", + "homepage": "http://sendgrid.com", + "license": "MIT", + "autoload": { + "files": ["SendGrid_loader.php"] + } +}