Skip to content

1.3.0

Compare
Choose a tag to compare
@xabbuh xabbuh released this 09 Jul 09:24
· 22 commits to 1.x since this release
v1.3.0
  • the Panda client relies on the HTTPlug library to perform API requests,
    you need to install a client implementation.

    For example:

    $ composer require xabbuh/panda-client php-http/guzzle6-adapter
  • the HttpClient class is deprecated and will be removed in 2.0, use
    HttplugClient instead

  • allow Symfony 4.x components

  • dropped support for PHP 5.3, 5.4, and 5.5