Have been using it for a while with CodeIgniter and I can't remember if I installed v2 or just copied the files from another project.
Any ideas?
Have been using it for a while with CodeIgniter and I can't remember if I installed v2 or just copied the files from another project.
Any ideas?
If you are using the composer to handle dependencies on your project, then you should try with:
OR
And the output will be something like:
For Windows users:
Within your symfony2 project:
look for something like:
For Doctrine version 1.* open file /doctrine/Doctrine/Core.php
Should see version number at the begging.
core.php
:Within my symfony2 and symfony3 project, the path to find the correct Version.php file, line 39, was:
Check out the file lib/Doctrine/ORM/Version.php, there is a constant in there that shows the version. It's also accessible from a running app but this is easier.