ITの隊長のブログ

ITの隊長のブログです。Rubyを使って仕事しています。最近も色々やっているお(^ω^ = ^ω^)

composer

composerが動かない

$ /usr/local/bin/composer PHP Deprecated: Return type of Symfony\Component\Console\Helper\HelperSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute sh…

ComposerでGithubからソースをダウンロードしようとしたら、トークン(?)を求められた

??? Could not fetch https://api.github.com/repos/Guzzle3/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c, please create a GitHub OAuth token to go over the API rate limit Head to https://github.com/settings/tokens/new?scopes=rep…

CentOS7へComposerをインストール

結構簡単だった $ curl -sS https://getcomposer.org/installer | php $ mv /usr/local/src/composer.phar /usr/local/bin/composer root権限が必要なので、rootユーザーに切り替えてから作業してください。(それかsudo)

composer installしたら「Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.」

こちらの方の記事を参考にしたらできました。 PHP - composer の「Warning: The lock file is not up to date ~」 - Qiitaqiita.com $ composer update --lock ありがたやーありがたやーm(_ _ )m