From 74ec7e413f343e1f1cda4fa13a6dc1ce35183b9b Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Sat, 7 Feb 2015 14:33:12 +0000 Subject: [PATCH] DOCS Updating contributing version --- docs/en/05_Contributing/01_Code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/05_Contributing/01_Code.md b/docs/en/05_Contributing/01_Code.md index 4b6438a38..4d3e26091 100644 --- a/docs/en/05_Contributing/01_Code.md +++ b/docs/en/05_Contributing/01_Code.md @@ -18,7 +18,7 @@ We ask for this so that the ownership in the license is clear and unambiguous, a 1. Install the project through composer. The process is described in detail in "[Installation through Composer](../../installation/composer#contributing)". - composer create-project --keep-vcs --dev silverstripe/installer ./my/website/folder 3.0.x-dev + composer create-project --keep-vcs --dev silverstripe/installer ./my/website/folder 3.1.x-dev 2. Edit the `composer.json`. Remove the `@stable` markers from the core modules in there. Add your fork URLs, in this example a fork of the `cms` module on the `sminnee` github account