我正在研究多个作曲家包和一个应用程序,该应用程序需要我开发的所有包。我想知道我如何拥有一个包含多个版本的包用于生产的稳定版本本地开发的开发/主版本我尝试遵循配置但它不起作用{ "minimum-stability" : "dev", "require" : { "varunsridharan/vsp-framework" : "^1.0", "wponion/wponion" : "^1.0" }, "require-dev" : { "varunsridharan/vsp-framework" : "dev-master", "wponion/wponion" : "dev-development" }}当我运行composer install或composer install --no-dev得到以下输出时Loading composer repositories with package informationUpdating dependencies [Composer\DependencyResolver\SolverProblemsException] Problem 1 - The requested package varunsridharan/vsp-framework ^1.0 exists as varunsridharan/vsp-framework[dev-master] but these are rejected by your constraint. Problem 2 - The requested package wponion/wponion ^1.0 exists as wponion/wponion[dev-development] but these are rejected by your constraint.install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
- 2 回答
- 0 关注
- 252 浏览
添加回答
举报
0/150
提交
取消