LoginSignup
1
1

More than 3 years have passed since last update.

Composerいろいろ

Posted at

バージョンを調べる

$ composer -V
Composer version 1.8.6 2019-06-11 15:03:05

バージョンアップ

composer self-update

Composer管理パッケージのバージョンを調べる

composer sh
composer sho
composer show

上記どれでも良い。
-i は古いと怒られる (You are using the deprecated option "installed". Only installed packages are shown by default now. The --all option can be used to show all packages.) ので注意。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1