diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-09-13 10:27:23 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-09-13 10:27:23 -0700 |
commit | fbf43e7851463c49d6d45382151fbd2e90028af3 (patch) | |
tree | 7b3be0f038ee90dac7515faf06af4aa59fa2204a /README.md | |
parent | 25ee479cbbd946a270a6b9a0e09c09ae045e401f (diff) | |
download | sendgrid-php-origin/inbound.zip sendgrid-php-origin/inbound.tar.gz sendgrid-php-origin/inbound.tar.bz2 |
Version Bump v5.0.9: Pull #289 JsonSerializablev5.0.9origin/mailorigin/inbound
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ Add SendGrid to your `composer.json` file. If you are not using [Composer](http: ```json { "require": { - "sendgrid/sendgrid": "~5.0.7" + "sendgrid/sendgrid": "~5.0.9" } } ``` |