LoginSignup
13

More than 5 years have passed since last update.

posted at

updated at

Organization

[FuelPHP]composerのアップデート方法

ローカルにクローンしてきたプロジェクトを叩いたら、

"Composer is not installed. Please run "php composer.phar update" in the root to install Composer"

と言われた。
なので、composerをアップデートする。

方法は公式リファレンスにも書いてあります。
http://fuelphp.jp/docs/1.6/installation/instructions.html

% php composer.phar self-update
$ php composer.phar update

で完了。

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
What you can do with signing up
13