From 7674daf7f25223d76318cf063658874f548402a9 Mon Sep 17 00:00:00 2001 From: Marcus Nyeholt Date: Wed, 21 Dec 2016 10:46:20 +1100 Subject: [PATCH] COMPOSER Updated readme and composer for v4 compat --- README.md | 8 ++++++-- composer.json | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fda41b7..6e7c697 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/composer.json b/composer.json index 4f171c4..5ca1daf 100644 --- a/composer.json +++ b/composer.json @@ -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",