How can I tell what version of a widget is installed in my project? I'm using the yii2 framework and composer to handle package dependencies.
Is there a way I can check what version of the packages listed in my composer.json
file are installed?
Any suggestions are appreciated. Thanks