From 52b8f5a932b0f4c62bd8ff32ceed017954b15662 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 24 Mar 2016 10:30:37 +1300 Subject: [PATCH] Create 2 branch aliased as 2.2 --- composer.json | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 934c782..26548e2 100644 --- a/composer.json +++ b/composer.json @@ -1,19 +1,24 @@ { - "name":"silverstripe/translatable", + "name": "silverstripe/translatable", "type": "silverstripe-module", "description": "Allows translation of DataObject and SiteTree records into multiple languages ", - "keywords": ["silverstripe", "cms", "i18n", "localization", "globalization"], + "keywords": [ + "silverstripe", + "cms", + "i18n", + "localization", + "globalization" + ], "license": "BSD-3-Clause", "homepage": "https://github.com/silverstripe/silverstripe-translatable/", - "authors":[ + "authors": [ { "name": "Ingo Schommer", "homepage": "http://chillu.com", - "email" : "ingo@silverstripe.com" + "email": "ingo@silverstripe.com" } ], - "require": - { + "require": { "php": ">=5.3.2", "silverstripe/framework": "~3.2", "silverstripe/cms": "~3.2" @@ -24,10 +29,14 @@ "silverstripe/mssql": "*", "phpunit/PHPUnit": "~3.7@stable" }, - "extra": - { - "screenshots" : ["http://www.silverstripe.org/assets/Uploads/translatable4-small.png"] - }, + "extra": { + "screenshots": [ + "http://www.silverstripe.org/assets/Uploads/translatable4-small.png" + ], + "branch-alias": { + "2.x-dev": "2.2.x-dev" + } + }, "support": { "issues": "https://github.com/silverstripe/silverstripe-translatable/issues?state=open" },