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
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