If we want to downgrade a package to a specific version without changing our
composer.json
we can use --with and provide a custom version
composer update --with vendor/package:2.0.1
by Valeri Tandilashvili
4 years ago
Composer
Composer official doc
1
Pro tip: use ```triple backticks around text``` to write in code fences