2

複数のパッケージを含むプロジェクトがあります。各パッケージはプライベート git リポジトリにあります。

一部のパッケージには、相互に依存関係があります。

ここで、私の満足度http://codepen.io/anon/pen/wBOEQWページがどのように見えるかを確認できます。

project-xpto/core のクローンを作成し、composer の更新を実行すると、次のようになります。

➜ php-core git:(master) composer update パッケージ情報を含む composer リポジトリーをロードしています 依存関係を更新しています (require-dev を含む) 要件は、インストール可能なパッケージのセットに解決できませんでした。

  Problem 1
    - Installation request for project-xpto/event dev-master -> satisfiable by project-xpto/event[dev-master].
    - project-xpto/event dev-master requires project-xpto/activity-streams dev-master -> no matching package found.
  Problem 2
    - Installation request for project-xpto/tool dev-master -> satisfiable by project-xpto/tool[dev-master].
    - project-xpto/tool dev-master requires project-xpto/activity-streams dev-master -> no matching package 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>

詳細については。

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

すべての依存関係を解決し、すべて正常に動作することを想定していませんか?

私が間違っているのは何ですか?

他に何か必要な場合は、お尋ねください。ここで更新します。

4

1 に答える 1