You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to do anything, I am receiving errors triggered in Jane.
Simply instantiating a new Docker object like this...
$objDocker = new \Docker\Docker();
...produces this error... RawEncoder is deprecated since 1.4 and will be removed in 2.0, please use Joli\Jane\Runtime\Encoder\RawEncoder instead.
I've also received the following error when trying to interact with a container: QueryParam is deprecated since 1.3 and will be removed in 2.0, please use Joli\Jane\OpenApi\Runtime\Client\QueryParam instead.
Is anyone else experiencing these issues?
I'm using docker-php v1.24.0 with PHP v5.6.27
When attempting to do anything, I am receiving errors triggered in Jane.
Simply instantiating a new Docker object like this...
...produces this error...
RawEncoder is deprecated since 1.4 and will be removed in 2.0, please use Joli\Jane\Runtime\Encoder\RawEncoder instead.I've also received the following error when trying to interact with a container:
QueryParam is deprecated since 1.3 and will be removed in 2.0, please use Joli\Jane\OpenApi\Runtime\Client\QueryParam instead.Is anyone else experiencing these issues?
I'm using
docker-php v1.24.0withPHP v5.6.27