公式の github ページの指示に従おうとしています: https://github.com/marklogic/mlphp
私は世界中に作曲家を持っています。だから私はcomposer.jsonを作成しました
{
"requires": {
"MarkLogic\MLPHP" : "dev-master"
}
}
しかし、composer installを呼び出すと、次のように表示されます。
Loading composer repositories with package information
Installing dependencies (including require-dev)
Nothing to install or update
Generating autoload files
そして、ベンダーがオートローダを追加していることがわかります。それ以外には、mlphp はありません。グーグルを何時間も見て、他のいくつかの方法を試しましたが、誰も問題を抱えているようには見えません。私は何か見落としてますか?
ありがとう!