摘要: 1. 允许所有依赖更新 使用 Composer 的 --with-all-dependencies 选项来允许升级、降级或删除当前锁定到特定版本的包: composer update --with-all-dependencies 这将尝试更新所有依赖项,以解决版本冲突。 阅读全文
posted @ 2025-06-25 05:34 幽暗天琴 阅读(23) 评论(0) 推荐(0)