mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 09:05:59 +00:00
Alias dev-master as 2.1
This commit is contained in:
parent
2ed6df4498
commit
13eba8d020
@ -5,28 +5,29 @@
|
|||||||
"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"
|
},
|
||||||
},
|
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"silverstripe/postgresql": "*",
|
"silverstripe/postgresql": "*",
|
||||||
"silverstripe/sqlite3": "*",
|
"silverstripe/sqlite3": "*",
|
||||||
"silverstripe/mssql": "*"
|
"silverstripe/mssql": "*"
|
||||||
},
|
},
|
||||||
"extra":
|
"extra": {
|
||||||
{
|
"screenshots" : ["http://www.silverstripe.org/assets/Uploads/translatable4-small.png"],
|
||||||
"screenshots" : ["http://www.silverstripe.org/assets/Uploads/translatable4-small.png"]
|
"branch-alias": {
|
||||||
},
|
"dev-master": "2.1.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…
x
Reference in New Issue
Block a user