silverstripe-translatable/composer.json

36 lines
980 B
JSON
Raw Normal View History

2012-08-15 22:10:57 +02:00
{
"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",
2013-03-28 11:21:32 +01:00
"email" : "ingo@silverstripe.com"
2012-08-15 22:10:57 +02:00
}
],
"require":
{
"php": ">=5.3.2",
"silverstripe/framework": "~3.1",
"silverstripe/cms": "~3.1"
},
2013-03-28 11:21:32 +01:00
"require-dev": {
"silverstripe/postgresql": "*",
"silverstripe/sqlite3": "*",
"silverstripe/mssql": "*",
"phpunit/PHPUnit": "~3.7@stable"
2013-03-28 11:21:32 +01:00
},
2012-08-15 22:10:57 +02:00
"extra":
{
2013-09-05 23:34:11 +02:00
"screenshots" : ["http://www.silverstripe.org/assets/Uploads/translatable4-small.png"]
2012-08-15 22:10:57 +02:00
},
"support": {
"issues": "https://github.com/silverstripe/silverstripe-translatable/issues?state=open"
},
"minimum-stability": "dev"
}