mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
Create 2 branch aliased as 2.2
This commit is contained in:
parent
7bfece9666
commit
52b8f5a932
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"name":"silverstripe/translatable",
|
"name": "silverstripe/translatable",
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-module",
|
||||||
"description": "Allows translation of DataObject and SiteTree records into multiple languages ",
|
"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",
|
"license": "BSD-3-Clause",
|
||||||
"homepage": "https://github.com/silverstripe/silverstripe-translatable/",
|
"homepage": "https://github.com/silverstripe/silverstripe-translatable/",
|
||||||
"authors":[
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Ingo Schommer",
|
"name": "Ingo Schommer",
|
||||||
"homepage": "http://chillu.com",
|
"homepage": "http://chillu.com",
|
||||||
"email" : "ingo@silverstripe.com"
|
"email": "ingo@silverstripe.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require":
|
"require": {
|
||||||
{
|
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.3.2",
|
||||||
"silverstripe/framework": "~3.2",
|
"silverstripe/framework": "~3.2",
|
||||||
"silverstripe/cms": "~3.2"
|
"silverstripe/cms": "~3.2"
|
||||||
@ -24,10 +29,14 @@
|
|||||||
"silverstripe/mssql": "*",
|
"silverstripe/mssql": "*",
|
||||||
"phpunit/PHPUnit": "~3.7@stable"
|
"phpunit/PHPUnit": "~3.7@stable"
|
||||||
},
|
},
|
||||||
"extra":
|
"extra": {
|
||||||
{
|
"screenshots": [
|
||||||
"screenshots" : ["http://www.silverstripe.org/assets/Uploads/translatable4-small.png"]
|
"http://www.silverstripe.org/assets/Uploads/translatable4-small.png"
|
||||||
},
|
],
|
||||||
|
"branch-alias": {
|
||||||
|
"2.x-dev": "2.2.x-dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/silverstripe/silverstripe-translatable/issues?state=open"
|
"issues": "https://github.com/silverstripe/silverstripe-translatable/issues?state=open"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user