diff options
author | Arjan Keeman <arjan@araneum.nl> | 2016-09-22 10:27:10 +0200 |
---|---|---|
committer | Arjan Keeman <arjan@araneum.nl> | 2016-09-22 10:27:10 +0200 |
commit | 70c5c2317b9ffe0d96b027aca4f399240e6ae028 (patch) | |
tree | 40b27a956436c08cf39bfaa3bc71dfd6fd000a91 | |
parent | 33b3eb5c42e324e0edd33a2315d34dd467ebeed4 (diff) | |
download | sendgrid-php-70c5c2317b9ffe0d96b027aca4f399240e6ae028.zip sendgrid-php-70c5c2317b9ffe0d96b027aca4f399240e6ae028.tar.gz sendgrid-php-70c5c2317b9ffe0d96b027aca4f399240e6ae028.tar.bz2 |
sendgrid/php-http-client doesn't use symantic versioning (well), so use a specific version once again.
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 7dfcb5f..20757af 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "keywords": ["SendGrid", "sendgrid", "email", "send", "grid"], "require": { "php": ">=5.6", - "sendgrid/php-http-client": "~3.2" + "sendgrid/php-http-client": "3.3" }, "require-dev": { "phpunit/phpunit": "4.*", |