composer require “cakephp/authentication:^2.0″が失敗する

composer require "cakephp/authentication:^2.0"

ログイン機能作ろうと思って、やったらなんかでました。

file

The "2.0" constraint for "cakephp/authentication" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints
  Problem 1
    - Root composer.json requires cakephp/authentication 2.0 -> satisfiable by cakephp/authentication[2.0.0].
    - laminas/laminas-diactoros 2.17.0 conflicts with zendframework/zend-diactoros 2.2.1.
    - cakephp/cakephp 4.4.5 requires laminas/laminas-diactoros ^2.2.2 -> satisfiable by laminas/laminas-diactoros[2.17.0].
    - cakephp/authentication 2.0.0 requires zendframework/zend-diactoros ^2.0 -> satisfiable by zendframework/zend-diactoros[2.0.0, ..., 2.2.1].
    - cakephp/cakephp is locked to version 4.4.5 and an update of this package was not requested.

解決策

バージョンを指定せずにインストールしたらできました。

composer require "cakephp/authentication"

2.9がインストールされました。

コメントを残す

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