mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
Added support for HTTPlug 2.0 (#510)
This commit is contained in:
parent
59f67e8671
commit
7b24312f6c
@ -11,6 +11,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
|
||||
- Add new PHPUnit tests for our API
|
||||
- Added `Maingun\Api\Attachment`
|
||||
- Fluent interface for `MessageBuilder` and `BatchMessage`
|
||||
- Support for HTTPlug 2.0
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
"name": "mailgun/mailgun-php",
|
||||
"description": "The Mailgun SDK provides methods for all API functions.",
|
||||
"require": {
|
||||
"php": "^5.5|^7.0",
|
||||
"php-http/httplug": "^1.0",
|
||||
"php": "^5.5 || ^7.0",
|
||||
"php-http/httplug": "^1.0 || ^2.0",
|
||||
"php-http/multipart-stream-builder": "^1.0",
|
||||
"php-http/message": "^1.0",
|
||||
"php-http/client-common": "^1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user