From d5d43a7f6e7e18a9b3f8d1537958ee88e682840d Mon Sep 17 00:00:00 2001 From: hirenpatel Date: Tue, 29 Nov 2016 17:07:36 +0000 Subject: [PATCH] Testing version workaround --- composer.json | 76 ++++++++++++++++++++++++++------------------------- 1 file changed, 39 insertions(+), 37 deletions(-) diff --git a/composer.json b/composer.json index 5ca1daf..fcc77df 100644 --- a/composer.json +++ b/composer.json @@ -1,37 +1,39 @@ -{ - "name": "silverstripe-australia/gridfieldextensions", - "description": "A collection of useful grid field components", - "type": "silverstripe-module", - "homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions", - "keywords": ["silverstripe", "gridfield"], - "license": "BSD-3-Clause", - "authors": [ - { - "name": "Andrew Short", - "email": "andrewjshort@gmail.com" - }, - { - "name": "Marcus Nyeholt", - "email": "marcus@silverstripe.com.au" - } - ], - "support": { - "issues": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues" - }, - "require": { - "silverstripe/framework": "~4.0" - }, - "extra": { - "installer-name": "gridfieldextensions", - "branch-alias": { - "dev-master": "2.0.x-dev" - }, - "screenshots": [ - "docs/en/_images/editable-rows.png", - "docs/en/_images/add-existing-search.png" - ] - }, - "replace": { - "ajshort/silverstripe-gridfieldextensions": "self.version" - } -} +{ + "name": "silverstripe-australia/gridfieldextensions", + "description": "A collection of useful grid field components", + "type": "silverstripe-module", + "homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions", + "keywords": ["silverstripe", "gridfield"], + "license": "BSD-3-Clause", + "authors": [ + { + "name": "Andrew Short", + "email": "andrewjshort@gmail.com" + }, + { + "name": "Marcus Nyeholt", + "email": "marcus@silverstripe.com.au" + } + ], + "support": { + "issues": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues" + }, + "require": { + "silverstripe/framework": "4.0.0-alpha1 as 3.4.1" + }, + "extra": { + "installer-name": "gridfieldextensions", + "branch-alias": { + "dev-master": "2.0.x-dev" + }, + "screenshots": [ + "docs/en/_images/editable-rows.png", + "docs/en/_images/add-existing-search.png" + ] + }, + "replace": { + "ajshort/silverstripe-gridfieldextensions": "self.version" + }, + "prefer-stable": true, + "minimum-stability": "dev" +}