ray-di / Ray.Aop

An aspect-oriented framework for PHP

Home Page:https://packagist.org/packages/ray/aop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Composerでの依存性解決エラー

madapaja opened this issue · comments

php composer.phar install 時に下記エラーが発生します。

Your requirements could not be solved to an installable set of packages.

  Problem 1
    - The requested package doctrine/common 2.3.* could not be found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion for more details.

https://github.com/koriym/Ray.Aop/blob/master/composer.json#L17 のdoctrine/commonバージョンを、
"2.3.x-dev" にすることで解決するかと思います。

対応お願いします。

対応しました。報告ありがとうございました。