Hi,
On 2020-09-25 10:59, Jeffrey Walton wrote:
Hi Everyone,
During a Mediawiki 1.34.3 to Mediawiki 1.34.4 upgrade... When updating vendor components using 'php -d extension=phar.so composer.phar update':
Adding to what James said, you should also pass --no-dev when you run composer update, which will ensure that you only install the dependencies that MediaWiki needs to run, and not all of the developer tooling. That'll get rid of the php-parallel-lint and phpunit warnings too.
-- Legoktm