composer require google/apiclient:^2.0で、エラーが起きたときの対処法

Errorは下記です。

Your requirements could not be resolved to an installable set of packages.
Installation failed, reverting ./composer.json to its original content.

下記のように、バージョンをアスタリスクで設定してあげるとインストールが実行されました。

composer require google/apiclient:^2.*

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です