So run `rm -rf ./Vendor/* && rm -rf ./bin/* && composer install --dev` basically? This is a pretty common action especially when switching between branches.
So run
rm -rf ./Vendor/* && rm -rf ./bin/* && composer install --devbasically?This is a pretty common action especially when switching between branches.