From 8ccc0c915279cffaf17a66a1f0797f362a407f8f Mon Sep 17 00:00:00 2001 From: David Craig Date: Tue, 15 Sep 2015 09:22:37 +1200 Subject: [PATCH] Update docs to include requirements --- docs/en/index.md | 2 +- docs/en/installation.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/index.md b/docs/en/index.md index d548ace..33557a5 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -9,7 +9,7 @@ and without getting involved in any PHP code. ## Requirements - * SilverStripe 3.1 +See the "require" section of [composer.json](https://github.com/silverstripe/silverstripe-userforms/blob/master/composer.json) ## Features diff --git a/docs/en/installation.md b/docs/en/installation.md index 05c9975..d3a5600 100644 --- a/docs/en/installation.md +++ b/docs/en/installation.md @@ -12,6 +12,7 @@ Installation can be done either by composer or by manually downloading a release 2. Extract the file (if you are on windows try 7-zip for extracting tar.gz files 3. Make sure the folder after being extracted is named 'userforms' 4. Place this directory in your sites root directory. This is the one with framework and cms in it. + 5. Install the dependencies. See the "require" section of [composer.json](https://github.com/silverstripe/silverstripe-userforms/blob/master/composer.json) ## Configuration