From 5a2a78fd29ff3050c23bcf1189ec9f44a326fe30 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Mon, 22 Jun 2015 11:23:09 +0200 Subject: [PATCH] the note already explains the same, but better --- doc/04-schema.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 45d349221..85f8aff2d 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -20,9 +20,6 @@ this is the `config` field. Only the root package can define configuration. The config of dependencies is ignored. This makes the `config` field `root-only`. -If you clone one of those dependencies to work on it, then that package is the -root package. The `composer.json` is identical, but the context is different. - > **Note:** A package can be the root package or not, depending on the context. > For example, if your project depends on the `monolog` library, your project > is the root package. However, if you clone `monolog` from GitHub in order to