Trying to rollback recipe files but no files modified
composer recipes:install symfony/webpack-encore-bundle --force -v
Only message
Files have been reset to the latest version of the recipe.
To reproduce:
composer create-project symfony/skeleton issue
cd ./issue
rm ./src/Kernel.php
composer recipes:install symfony/framework-bundle --force
Trying to rollback recipe files but no files modified
Only message
Files have been reset to the latest version of the recipe.To reproduce: