From 6c4f47da7403152e3584161f09012ba231e0d742 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Fri, 13 Apr 2012 12:37:15 +0200 Subject: [PATCH] [improve-docs] Remove "Package root" from schema chapter --- doc/04-schema.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index c7fa866f6..cdb597ad2 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -9,10 +9,6 @@ can also be used to validate your `composer.json`. In fact, it is used by the `validate` command. You can find it at: [`Resources/composer-schema.json`](https://github.com/composer/composer/blob/master/res/composer-schema.json). -## Package root - -The root of the package definition is a JSON object. - ## Properties ### name