use same http client in ImportCocoonRDF and define version 0.22
<?phpnamespaceCorpusParole\Http\Middleware;useIlluminate\Cookie\Middleware\EncryptCookiesasBaseEncrypter;classEncryptCookiesextendsBaseEncrypter{/** * The names of the cookies that should not be encrypted. * * @var array */protected$except=[//];}