mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-07 19:12:03 +00:00
Added support for HTTPlug 2.0 (#510)
This commit is contained in:
parent
59f67e8671
commit
7b24312f6c
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue