1.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