From a71f9c71f01f2511ae09d216f6804f838bd0e5fa Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 20 Feb 2012 16:35:13 +0100 Subject: [PATCH] Move schema into res folder --- doc/04-schema.md | 2 +- {Resources => res}/composer-schema.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {Resources => res}/composer-schema.json (100%) diff --git a/doc/04-schema.md b/doc/04-schema.md index 24da0ddfe..fa947094c 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -7,7 +7,7 @@ This chapter will explain all of the options available in `composer.json`. We have a [JSON schema](http://json-schema.org) that documents the format and 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/docs/Resources +schema.json`](https://github.com/composer/composer/blob/res /composer-schema.json). ## Package root diff --git a/Resources/composer-schema.json b/res/composer-schema.json similarity index 100% rename from Resources/composer-schema.json rename to res/composer-schema.json