I know that I have downloaded a Symfony2 project and started with but I have updated my vendor several times and I want to know which version of symfony I have
Symfony2
Use the following command in your Terminal/Command Prompt:
php bin/console --version
This will give you your Symfony Version.