GitHubでホストされているSymfony2バンドルを作成しています。私はすべてがうまく構成されていると思います!しかし、インストールしようとすると問題が発生します。
以下に重要な情報の要約を示します。
まず、私のSymfony2アプリで、次のように更新composer.json
します。
"require": {
...,
"bundle-name": "dev-master"
},
コマンドを使用してバンドルをインストールしようとするとphp composer.phar update
、次のエラーが発生します。
パッケージ情報を含むcomposerリポジトリーのロード依存関係のインストール要件をインストール可能なパッケージのセットに解決できませんでした。
Problem 1
- The requested package bundle-name could
not be found in any version, there may be a typo in the package name.
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.
何か案が?