1
0
Fork 0

Merge remote-tracking branch 'origin/master'

pull/3960/merge
Jordi Boggiano 2015-09-12 22:32:14 +01:00
commit e8d84a1a29
1 changed files with 4 additions and 0 deletions

View File

@ -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 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. 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 case add the `--with-dependencies` argument **or** add all dependencies which
need an update to the command.
## Package not found on travis-ci.org ## Package not found on travis-ci.org
1. Check the ["Package not found"](#package-not-found) item above. 1. Check the ["Package not found"](#package-not-found) item above.