前提・実現したいこと
質問失礼します。
AWSクラウド9にて、laravelを更新しようとして、まず、コンポーザーを更新しようと思い、composer update を実行した所このような文が出てしまったのですが、どのように対処すればいいのでしょうか?
ご教授お願い致します。
発生している問題・エラーメッセージ
Head to https://github.com/settings/tokens/new?scopes=repo&description=Composer+on+ip-172-31-43-226+2020-03-24+1039
to retrieve a token. It will be stored in "/home/ec2-user/.composer/auth.json" for future use by Composer.
Token (hidden):
エラーメッセージ
Package mtdowling/cron-expression is abandoned, you should avoid using it. Use dragonmantank/cron-expression instead.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested
該当のソースコード
Package mtdowling/cron-expression is abandoned, you should avoid using it. Use dragonmantank/cron-expression instead.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
You can also add it manually later by using "composer config --global --auth github-oauth.github.com <token>"
ソースコード
composer update
試したこと
そのままエンターした所
No token given, aborting.
[Composer\Downloader\TransportException]
Could not authenticate against github.com
と出ました。
補足情報(FW/ツールのバージョンなど)
laravel 5.5.48
php 7.2.28
Composer 1.10.1
あなたの回答
tips
プレビュー