summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json')
-rw-r--r--Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json b/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json
index 80b219b..5c0a3af 100644
--- a/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json
+++ b/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/composer.json
@@ -2,11 +2,7 @@
"name": "sendgrid/php-http-client",
"description": "HTTP REST client, simplified for PHP",
"type": "library",
- "version": "3.8.0",
- "require-dev": {
- "phpunit/phpunit": "~4.4",
- "squizlabs/php_codesniffer": "~2.0"
- },
+ "version": "3.9.6",
"homepage": "http://github.com/sendgrid/php-http-client",
"keywords": ["SendGrid", "HTTP", "REST", "API", "Fluent"],
"license": "MIT",
@@ -23,6 +19,10 @@
"require": {
"php": ">=5.6"
},
+ "require-dev": {
+ "phpunit/phpunit": "~4.4",
+ "squizlabs/php_codesniffer": "~2.0"
+ },
"autoload": {
"psr-4": {
"SendGrid\\": "lib/"