How to initialise a Symfony Console project using Composer in a way that constrains it to stick to the Long Term Release version?
问题 My goal is to run a Composer's require command to initialise a Symfony Console project. When running composer's require command, I believe it is possible to restrict the required package to specific a version. I am considering using this to stick to the Long Term Release version of Symfony which will be supported for longer. According to the Symfony Release Process the current LTS version is 3.4 . According to Composer's require command documentation and Composer's version constraints