nextcloud / twofactor_webauthn

WebAuthn Two-Factor Provider for Nextcloud
https://apps.nextcloud.com/apps/twofactor_webauthn
GNU Affero General Public License v3.0
49 stars 7 forks source link

chore(composer): require psr/log:^1 #625

Closed st3iny closed 2 months ago

st3iny commented 2 months ago

It pulls in psr/log:^3 without any constraints which breaks (testing) other apps as the broader ecosystem is still on ^1.

PHP Fatal error: Declaration of Psr\Log\Test\TestLogger::log($level, $message, array $context = []) must be compatible with Psr\Log\AbstractLogger::log($level, Stringable|string $message, array $context = []): void in /home/richard/src/nextcloud/master/dev_apps/mail/vendor/psr/log/Psr/Log/Test/TestLogger.php on line 69 Script phpunit -c tests/phpunit.unit.xml --fail-on-warning handling the test:unit event returned with error code 255