Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composerでの依存性解決エラー #3

Closed
madapaja opened this issue Jul 9, 2012 · 1 comment
Closed

Composerでの依存性解決エラー #3

madapaja opened this issue Jul 9, 2012 · 1 comment

Comments

@madapaja
Copy link
Contributor

madapaja commented Jul 9, 2012

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" にすることで解決するかと思います。

対応お願いします。

@koriym
Copy link
Member

koriym commented Jul 9, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants