既存アプリのlaravelをバージョンアップしたい
解決したいこと
既存アプリのlaravelをバージョンアップしたい
現在5.8.* → 最新
composer.jsonの
laravel/frameworkの部分を「"laravel/framework": "^6.0",」に
"config":{"platform":{}}の中のphpを"php":"8.0.28"に
書き換えてcomposer updateしたところエラー?が発生しました。
発生している問題・エラー
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- phpunit/phpunit[7.5.0, ..., 7.5.20] require php ^7.1 -> your php version (8.0.28; overridden via config.platform, same a
s actual) does not satisfy that requirement.
- Root composer.json requires phpunit/phpunit ^7.5 -> satisfiable by phpunit/phpunit[7.5.0, ..., 7.5.20].
自分で試したこと
phpのバージョンがあってないといった内容のエラーを受けphpのバージョンを変えた後の今になります。若干手遅れな感じもしてますがこれ以上弄って悪化を防ぐために質問させていただきました。よろしくお願いいたします。