I'm trying to check out the doctrine/orm 2.6 branch on Composer, but for some reason this doesn't work:
$ composer require doctrine/orm:dev-2.6
[InvalidArgumentException]
Could not find package doctrine/orm in a version matching dev-2.6
Even though this is the approach suggested in Composer require branch name.
This works with the master
branch (dev-master)
, but for some reason doesn't with the 2.6
branch. Why?
How to check out the 2.6
branch using Composer?