前提・実現したいこと
composer updateで出たエラーを解消してcomposerをinstallしたい
Mac
発生している問題・エラーメッセージ
Your requirements could not be resolved to an installable set of packages. Problem 1 - doctrine/dbal v2.6.3 requires php ^7.1 -> your PHP version (8.0.8) does not satisfy that requirement. - doctrine/dbal v2.6.2 requires php ^7.1 -> your PHP version (8.0.8) does not satisfy that requirement. - doctrine/dbal v2.6.1 requires php ^7.1 -> your PHP version (8.0.8) does not satisfy that requirement. - doctrine/dbal v2.6.0 requires php ^7.1 -> your PHP version (8.0.8) does not satisfy that requirement. - Installation request for doctrine/dbal 2.6.* -> satisfiable by doctrine/dbal[v2.6.0, v2.6.1, v2.6.2, v2.6.3].
自分で調べたことや試したこと
doctrine/dbal v2.6.3というものがphp(7.1)を要求していて
ローカル環境が(8.0.8)なので(7.1)にphpをdowngrade?(install)直す必要があるのかと思ったのですが、
phpのバージョンを確認すると
(8.0.8)ではなくPHP 7.3.24になっています。
$ php -v PHP 7.3.24-(to be removed in future macOS) (cli) (built: Feb 28 2021 09:53:14) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.24, Copyright (c) 1998-2018 Zend Technologies
質問内容
色々試してみたのですがコマンドがなかったり、違うエラーが出たりとなかなか進まない為質問させていただきました。
どの様に解決できますでしょうか
お力を貸していただけないでしょうか。
何卒よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。