Added support for HTTPlug 2.0 (#510)

This commit is contained in:
Tobias Nyholm 2019-01-05 09:10:36 +01:00 committed by GitHub
parent 59f67e8671
commit 7b24312f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
- Add new PHPUnit tests for our API - Add new PHPUnit tests for our API
- Added `Maingun\Api\Attachment` - Added `Maingun\Api\Attachment`
- Fluent interface for `MessageBuilder` and `BatchMessage` - Fluent interface for `MessageBuilder` and `BatchMessage`
- Support for HTTPlug 2.0
### Changed ### Changed

View File

@ -2,8 +2,8 @@
"name": "mailgun/mailgun-php", "name": "mailgun/mailgun-php",
"description": "The Mailgun SDK provides methods for all API functions.", "description": "The Mailgun SDK provides methods for all API functions.",
"require": { "require": {
"php": "^5.5|^7.0", "php": "^5.5 || ^7.0",
"php-http/httplug": "^1.0", "php-http/httplug": "^1.0 || ^2.0",
"php-http/multipart-stream-builder": "^1.0", "php-http/multipart-stream-builder": "^1.0",
"php-http/message": "^1.0", "php-http/message": "^1.0",
"php-http/client-common": "^1.1", "php-http/client-common": "^1.1",