カテゴリー:
依存関係マネージャ
閲覧数:396 配信日:2019-05-13 09:56
composer 更新(アップデート)
アップデートの事前動作確認
・「composer.json に記載されているパッケージや依存をすべて最新にする」前に挙動を確認する
$ composer update --dry-run
・matthiasmullie/path-converter (1.1.1) が (1.1.2)へアップデートされることが分かる・matthiasmullie/minify (1.3.59)が (1.3.61)へアップデートされることが分かる
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 2 updates, 0 removals
- Updating matthiasmullie/path-converter (1.1.1) to matthiasmullie/path-converter (1.1.2)
- Updating matthiasmullie/minify (1.3.59) to matthiasmullie/minify (1.3.61)
アップデート実行
・composer.json に記載されているパッケージや依存をすべて最新にする
$ composer update
・matthiasmullie/path-converter (1.1.1) が (1.1.2)へアップデートされた・matthiasmullie/minify (1.3.59)が (1.3.61)へアップデートされた
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 2 updates, 0 removals
- Updating matthiasmullie/path-converter (1.1.1 => 1.1.2): Downloading (100%)
- Updating matthiasmullie/minify (1.3.59 => 1.3.61): Downloading (100%)
Writing lock file
Generating autoload files