composerで一覧を確認する方法をご紹介します。
以下のように実行します。
1 |
composer show |
実際に確認してみます。
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[root@kamo /]# composer show Do not run Composer as root/super user! See https://getcomposer.org/root for details mikehaertl/php-shellcommand 1.4.1 An object oriented interface to shell ... mikehaertl/php-tmpfile 1.1.1 A convenience class for temporary files mikehaertl/phpwkhtmltopdf 2.4.0 A slim PHP wrapper around wkhtmltopdf ... mongodb/mongodb 1.3.1 MongoDB driver library pclzip/pclzip 2.8.2 A PHP library that offers compression ... phpoffice/common v0.2.6 PHPOffice Common phpoffice/phpword v0.13.0 PHPWord - A pure PHP library for readi... zendframework/zend-escaper 2.4.13 zendframework/zend-stdlib 2.4.13 zendframework/zend-validator 2.4.13 provides a set of commonly needed vali... [root@kamo /]# |
composerで管理している一覧が表示されました。
なお、今回、rootユーザで実行したため、「Do not run Composer as root/super user!」とエラーメッセージが出力されています。