Merge pull request #244 from zanderwar/patch-1

Added installation instruction
This commit is contained in:
Robbie Averill 2018-02-11 14:43:22 +13:00 committed by GitHub
commit 37a206cf46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ This module provides a number of useful grid field components:
This branch will aim for compatibility with SilverStripe 4.x.
## Installation
```bash
composer require symbiote/silverstripe-gridfieldextensions "^3"
```
For SilverStripe 3.x, please see the [compatible branch](https://github.com/symbiote/silverstripe-gridfieldextensions/tree/2).