Remove obsolete branch-alias

This commit is contained in:
Robbie Averill 2018-02-22 09:25:13 +13:00
parent 4ef5d462dd
commit 99dd1012b6
1 changed files with 40 additions and 43 deletions

View File

@ -1,44 +1,41 @@
{
"name": "silverstripe/translatable",
"type": "silverstripe-module",
"description": "Allows translation of DataObject and SiteTree records into multiple languages ",
"keywords": [
"silverstripe",
"cms",
"i18n",
"localization",
"globalization"
],
"license": "BSD-3-Clause",
"homepage": "https://github.com/silverstripe/silverstripe-translatable/",
"authors": [
{
"name": "Ingo Schommer",
"homepage": "http://chillu.com",
"email": "ingo@silverstripe.com"
}
],
"require": {
"php": ">=5.3.2",
"silverstripe/framework": "~3.2",
"silverstripe/cms": "~3.2"
},
"require-dev": {
"silverstripe/postgresql": "*",
"silverstripe/sqlite3": "*",
"silverstripe/mssql": "*",
"phpunit/PHPUnit": "~3.7@stable"
},
"extra": {
"screenshots": [
"http://www.silverstripe.org/assets/Uploads/translatable4-small.png"
],
"branch-alias": {
"2.x-dev": "2.3.x-dev"
}
},
"support": {
"issues": "https://github.com/silverstripe/silverstripe-translatable/issues?state=open"
},
"minimum-stability": "dev"
}
"name": "silverstripe/translatable",
"type": "silverstripe-module",
"description": "Allows translation of DataObject and SiteTree records into multiple languages ",
"keywords": [
"silverstripe",
"cms",
"i18n",
"localization",
"globalization"
],
"license": "BSD-3-Clause",
"homepage": "https://github.com/silverstripe/silverstripe-translatable/",
"authors": [
{
"name": "Ingo Schommer",
"homepage": "http://chillu.com",
"email": "ingo@silverstripe.com"
}
],
"require": {
"php": ">=5.3.2",
"silverstripe/framework": "~3.2",
"silverstripe/cms": "~3.2"
},
"require-dev": {
"silverstripe/postgresql": "*",
"silverstripe/sqlite3": "*",
"silverstripe/mssql": "*",
"phpunit/PHPUnit": "~3.7@stable"
},
"extra": {
"screenshots": [
"http://www.silverstripe.org/assets/Uploads/translatable4-small.png"
]
},
"support": {
"issues": "https://github.com/silverstripe/silverstripe-translatable/issues?state=open"
},
"minimum-stability": "dev"
}