少し問題があります。 Githubにリポジトリを作成しました。それは2つの支店:master
と1.1
を持っています。作者:安定したバージョンのエラーでパッケージが利用できない - わかりません
初めてリポジトリを要求するときです。
私はこのリポジトリを別のプロジェクトに入れたいと思っています。だから私は、私のGitHubのレポ名でcomposer.json
を拡張:
"require": {
// ...
"botalaszlo/symfony-repositemap-bundle": "dev-master"
},
"minimum-stability": "dev"
しかし残念ながら、私は常に作曲のエラーを得た:その後、私は、パッケージ名を確認し
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package botalaszlo/symfony-repositemap-bundle 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://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
、それは結構です:コピー&ペースト:) しかし、minimum-stability
の問題私はリンクを読んでいて、私はまだcomposer.jsonの私の設定で問題を見つけることができないので、何かを誤解していると思います。 (しかし、私は疲れている...)。
次に、"@dev"
,"*"
、"1.1"
の値で試しました。しかし、常に同じ問題。
最後にcomposer diagnose
コマンドを実行しますが、エラーは表示されません。
ありがとうございました。