It's nice and good to see Composer
installing the dependencies according to the version we set in PHP.
I have a lot of applications where I use Composer
, and at that time, I needed to update libraries on all of them, because of a bug
fix that was released.
I need to install the 4.2.3
version of a library, which last I used was in 4.2.2
. However, as there are many systems, I do not know which ones I have already upgraded or not.
How can I see the version of one or more applications that are currently installed in Composer
?
If you have to do this, it will be easier, and the systems that I detect that is already with the version that I want installed just ignore and go to the next one.