v1.0.0
Fixes
- Compatibility with mailgun-php 3
BREAKING CHANGES
The Mailgun API Client is no longer hard coupled to Guzzle, Buzz or any other library that sends
HTTP messages. You must also install the PSR-7 implementation and HTTP client
you want to use.
If you just want to get started quickly you should install Buzz and nyholm/psr7:
composer require kriswallsmith/buzz nyholm/psr7