浏览代码

add another case when package is not found

occurred for my when I wanted to update a meta package, where nearly **ALL** dependencies changed their version.
Daniel Fahlke 9 年之前
父节点
当前提交
d19aeab55c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      doc/articles/troubleshooting.md

+ 4 - 0
doc/articles/troubleshooting.md

@@ -43,6 +43,10 @@ This is a list of common pitfalls on using Composer, and how to avoid them.
 5. If you are updating to a recently published version of a package, be aware that
    Packagist has a delay of up to 1 minute before new packages are visible to Composer.
 
+6. If you are updating a single package, it may depend on newer versions itself.
+   In this cases add the `--with-dependencies` argument **or** add all dependencies which
+   need an update to the command
+
 ## Package not found on travis-ci.org
 
 1. Check the ["Package not found"](#package-not-found) item above.