/home/techb158/immovalet.com/vendor/sendgrid/sendgrid
NameSizeModeActions
examples/-0755rm
lib/-0755rm
scripts/-0755rm
static/-0755rm
.codeclimate.yml1410644editdlrm
.editorconfig1350644editdlrm
.env.sample270644editdlrm
composer.json13710644editdlrm
Dockerfile3350644editdlrm
FIRST_TIMERS.md67800644editdlrm
LICENSE10970644editdlrm
phpcs.xml103130644editdlrm
sendgrid-php.php9970644editdlrm
twilio_sendgrid_logo.png145960644editdlrm
Edit: /home/techb158/immovalet.com/vendor/sendgrid/sendgrid/composer.json (1371B)
{ "name": "sendgrid/sendgrid", "description": "This library allows you to quickly and easily send emails through Twilio SendGrid using PHP.", "homepage": "http://github.com/sendgrid/sendgrid-php", "license": "MIT", "keywords": [ "SendGrid", "sendgrid", "Twilio SendGrid", "twilio sendgrid", "email", "send", "grid" ], "require": { "php": ">=5.6", "sendgrid/php-http-client": "~3.10", "starkbank/ecdsa": "0.*", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*" }, "require-dev": { "phpunit/phpunit": "^5.7.9 || ^6.4.3", "squizlabs/php_codesniffer": "3.*", "swaggest/json-diff": "^3.4" }, "replace": { "sendgrid/sendgrid-php": "*" }, "type": "library", "autoload": { "psr-4": { "SendGrid\\Contacts\\": "lib/contacts/", "SendGrid\\EventWebhook\\": "lib/eventwebhook/", "SendGrid\\Helper\\": "lib/helper/", "SendGrid\\Mail\\": "lib/mail/", "SendGrid\\Stats\\": "lib/stats/" }, "classmap": [ "lib/BaseSendGridClientInterface.php", "lib/SendGrid.php", "lib/TwilioEmail.php" ] }, "autoload-dev": { "psr-4": { "SendGrid\\Tests\\Integration\\": "test/integration", "SendGrid\\Tests\\Unit\\": "test/unit" }, "classmap": [ "test/BaseTestClass.php" ] } }