2017-05-06 50 views
-4

我的作曲家JSON是这样的:如何解决“您的需求无法解析为可安装的一组软件包”?

https://pastebin.com/6aedCGt4

我:composer update

存在着错误是这样的:

$作曲家更新

加载作曲家储存库包信息更新 依赖项(包括require-dev)您的re要求不能将 解析为可安装的一组软件包。

问题1

- laravelcollective/html dev-master requires illuminate/http 5.5.* -> satisfiable by illuminate/http[5.5.x-dev] but these conflict with your requirements or minimum-stability. 

- laravelcollective/html dev-master requires illuminate/http 5.5.* -> satisfiable by illuminate/http[5.5.x-dev] but these conflict with your requirements or minimum-stability. 

- Installation request for laravelcollective/html dev-master -> satisfiable by laravelcollective/html[dev-master]. 

我怎样才能解决呢?

+1

该消息是不言自明的。 –

回答

0

请参阅https://getcomposer.org/doc/04-schema.md#minimum-stability,尝试将最小稳定性设置为“dev”,然后再次运行作曲家更新。

+0

你可以删除你的答案吗?因为我想删除我的问题。我的问题很多downvote –

+1

我不删除我的答案。也许更多的初学者会发现并投票。对于新的作曲家用户来说这是一个合理的问题,如果你以前没有处理过这些问题,作曲家的错误信息就不是很有帮助或者不言自明。 –

+1

我在这一部分同意你的观点:“作曲家的错误信息不是非常有帮助或者不言自明”(_maybe你应该在github上打开一个关于这个的问题并等待一些回复; - )_),但是只有当你不知道你在做什么,如果你从来没有阅读过你使用的工具的文档,等等......有很多像这样的问题和Google搜索问题,找到正确答案非常简单。 –

相关问题