Skip to content

Laravel 5 version

Compare
Choose a tag to compare
@jeroennoten jeroennoten released this 02 Sep 01:13
· 22 commits to master since this release

Updated the package to support Laravel 5 (>=5.0.30).

Other improvements:

  • Some configuration options via .env file (token, base URL and enabled)
  • PSR-4 instead of PSR-0
  • Updated to Guzzle 6, with support for PSR-7
  • Conversion from PSR-7 Messages to Symfony Responses is now done using Symfony's psr-http-message-bridge.