简体   繁体   中英

What version of the packages listed in my composer.json file are installed?

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

Is there a way I can check what version of the packages listed in my composer.json file are installed?

Yes, simply use the show option: php composer.phar show

All available options are listet in the docs .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM