cjprinse
cjprinse
I'm hitting this "bug" in php 7.4 https://bugs.php.net/bug.php?id=80815 Because of the functions in the Stub files of sodium are conditional. Preload won't work. ``` Fatal error: Cannot redeclare Sodium\crypto_aead_aes256gcm_is_available() (previously...
After update from 0.4 to 0.5 I get this error: "Declaration of Smalot\Cups\Transport\Client::sendRequest(Psr\Http\Message\RequestInterface $request) must be compatible with Psr\Http\Client\ClientInterface::sendRequest(Psr\Http\Message\RequestInterface $request): Psr\Http\Message\ResponseInterface" This is because of version constraints of dependencies has...