首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何在Laravel 5.1中添加“发票忍者”?

如何在Laravel 5.1中添加“发票忍者”?
EN

Stack Overflow用户
提问于 2015-11-03 20:12:35
回答 1查看 328关注 0票数 0

“作曲家要求山坡/发票-忍者”不是为我工作,并给出以下错误:

代码语言:javascript
复制
Your requirements could not be resolved to an installable set of packages.

Problem 1
- hillelcoren/invoice-ninja v2.4.5 requires laravel/framework 5.0.* -> no matching package found.
- hillelcoren/invoice-ninja v2.4.4 requires laravel/framework 5.0.* -> no matching package found.
- hillelcoren/invoice-ninja v2.4.3 requires laravel/framework 5.0.* -> no matching package found.
- hillelcoren/invoice-ninja v2.4.2 requires laravel/framework 5.0.* -> no matching package found.
- hillelcoren/invoice-ninja v2.4.1 requires laravel/framework 5.0.* -> no matching package found.
- hillelcoren/invoice-ninja v2.4.0 requires laravel/framework 5.0.* -> no matching package found.
- Installation request for hillelcoren/invoice-ninja ^2.4 -> satisfiable by hillelcoren/invoice-ninja[v2.4.0, v2.4.1, v2.4.2, v2.4.3, v2.4.4, v2.4.5].

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.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.

这是否意味着NinjaInvoice不支持Laravel的newr版本?请有人解决这个问题。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-11-03 20:51:34

正如博格丹所建议的那样,这个软件包只能在Laravel5.0上使用。*根据软件包[composer.json][1]的说法。

当涉及到安装软件包时,它们可以有自己的依赖关系或软件包,它们随后需要运行。在这种情况下,它被格式化为在5.0上运行。*因此,运行Laravel5.1使其不兼容。

同样,正如Bogdan所建议的,记录问题是查看它们是否支持5.1的一个很好的方法。

看一看公开的问题,您已经这样做了,并打开了

在此期间,您将不得不等待5.1支持或寻找类似的包。

最初博格丹给出的评论,不过作为回复发帖,给出了一个正式的答案。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/33508192

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档