gpt4 book ai didi

php - 如何使用(或不使用) Composer 安装 MarkLogic PHP 库?

转载 作者:行者123 更新时间:2023-12-04 04:48:02 24 4
gpt4 key购买 nike

我正在尝试按照官方 github 页面上的说明进行操作:https://github.com/marklogic/mlphp

我在全局范围内都有 Composer 。所以我创建了一个 composer.json

{
"requires": {
"MarkLogic\MLPHP" : "dev-master"
}
}

但是当我调用 Composer 安装 它说:
Loading composer repositories with package information
Installing dependencies (including require-dev)
Nothing to install or update
Generating autoload files

我可以看到供应商添加了自动加载器,没有别的,没有 mlphp。我已经尝试了其他几种方法,看了几个小时谷歌,似乎没有人遇到问题。我错过了什么?

谢谢!

最佳答案

啊,自述文件中有错别字。它应该读

{
"require": {
"marklogic/mlphp": "dev-master"
}
}

关于php - 如何使用(或不使用) Composer 安装 MarkLogic PHP 库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17883699/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com