silverstripe-translatable/composer.json
2017-03-28 23:09:01 +13:00

36 lines
991 B
JSON

{
"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.6.0",
"silverstripe/framework": "~4.0",
"silverstripe/cms": "~4.0"
},
"require-dev": {
"silverstripe/postgresql": "*",
"silverstripe/sqlite3": "*",
"silverstripe/mssql": "*"
},
"extra": {
"screenshots" : ["http://www.silverstripe.org/assets/Uploads/translatable4-small.png"],
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"support": {
"issues": "https://github.com/silverstripe/silverstripe-translatable/issues?state=open"
},
"minimum-stability": "dev"
}