COMPOSER Updated readme and composer for v4 compat

This commit is contained in:
Marcus Nyeholt 2016-12-21 10:46:20 +11:00
parent ba758e7cc9
commit 7674daf7f2
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,4 @@
SilverStripe Grid Field Extensions Module
=========================================
# SilverStripe Grid Field Extensions Module
[![Build Status](https://travis-ci.org/silverstripe-australia/silverstripe-gridfieldextensions.svg?branch=master)](https://travis-ci.org/silverstripe-australia/silverstripe-gridfieldextensions)
[![Latest Stable Version](https://poser.pugx.org/silverstripe-australia/gridfieldextensions/version.svg)](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/releases)
@ -22,4 +21,9 @@ This module provides a number of useful grid field components:
features.
* `GridFieldTitleHeader` - a simple header which displays column titles.
This branch will aim for compatibility with SilverStripe 4.x.
For SilverStripe 3.x, please see the [compatible branch](https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/tree/1).
See [docs/en/index.md](docs/en/index.md) for documentation and examples.

View File

@ -19,12 +19,12 @@
"issues": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues"
},
"require": {
"silverstripe/framework": "~3.1"
"silverstripe/framework": "~4.0"
},
"extra": {
"installer-name": "gridfieldextensions",
"branch-alias": {
"dev-master": "1.4.x-dev"
"dev-master": "2.0.x-dev"
},
"screenshots": [
"docs/en/_images/editable-rows.png",