1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

composerのバージョンを下げる

Last updated at Posted at 2024-10-17

以下の記事を参考にwindows11にComposerをインストールしたが、バージョンが高かったため下げた時のメモ
https://weblabo.oscasierra.net/php-composer-windows-install/

composer self-update 1.10.13

このコマンドだけでできた

>composer -V
Composer version 2.8.1 2024-10-04 11:31:01

>composer self-update 1.10.13
Upgrading to version 1.10.13 (stable channel).

Use composer self-update --rollback to return to version 2.8.1

>composer -V
Composer version 1.10.13 2020-09-09 11:46:34
1
2
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
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?