From d19aeab55c3b8e7bf350b2e2dbb64966e5c40820 Mon Sep 17 00:00:00 2001 From: Daniel Fahlke Date: Sat, 5 Sep 2015 11:46:02 +0200 Subject: [PATCH 1/2] 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. --- doc/articles/troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index bc2aeb15f..2fb9e7b1a 100644 --- a/doc/articles/troubleshooting.md +++ b/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. From f0d6436293751cc5adb45c7c3f37b8d0f34bb9f8 Mon Sep 17 00:00:00 2001 From: Daniel Fahlke Date: Sat, 5 Sep 2015 17:12:20 +0200 Subject: [PATCH 2/2] add period --- doc/articles/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index 2fb9e7b1a..d01735a53 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -45,7 +45,7 @@ This is a list of common pitfalls on using Composer, and how to avoid them. 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 + need an update to the command. ## Package not found on travis-ci.org