Added installation instruction

This commit is contained in:
Reece Alexander 2018-02-11 05:48:09 +10:00 committed by GitHub
parent d1021ace51
commit 9d4c87f5c7
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).