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
I am currently developing an Alma checkout module for my company eCommerce website, and when it gets initialized I get this error (php 8.1):
Declaration of Psr\Log\AbstractLogger::emergency(Stringable|string $message, array $context = []): void must be compatible with Psr\Log\LoggerInterface::emergency($message, array $context = [])
I am sure this is an issue related to alma-php-client because it is the only dependent to psr/log. Any way to fix/workaround this ?
The text was updated successfully, but these errors were encountered:
I am currently developing an Alma checkout module for my company eCommerce website, and when it gets initialized I get this error (php 8.1):
I am sure this is an issue related to
alma-php-client
because it is the only dependent topsr/log
. Any way to fix/workaround this ?The text was updated successfully, but these errors were encountered: