silverstripe-translatable/composer.json
Ingo Schommer f2a017a21c Limit compat to 3.1
No longer compatible with 3.2 or higher due to deprecation
warnings on has_one() vs hasOne().
2015-04-29 18:54:26 +12:00

36 lines
982 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.3.2",
"silverstripe/framework": "3.1.*",
"silverstripe/cms": "3.1.*"
},
"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"
}