List of steps to reproduce (step by step, including full links if applicable):
- Update to latest mediawiki dev version (git pull)
- Run docker-compose exec mediawiki composer update
What happens?:
Composer complained that it found symfony/yaml 5.3.11 but 5.3.6 was specified (sorry I don't have the exact error message here).
What should have happened instead?:
5.3.11 presumably will work instead of 5.3.6? I modified the composer.json line to say "~5.3" instead of "5.3.6" and it worked as far as I could tell.
Software version (if not a Wikimedia wiki), browser information, screenshots, other information, etc: