silverstripe-translatable/composer.json

43 lines
987 B
JSON
Raw Normal View History

2012-08-15 22:10:57 +02:00
{
2016-03-23 22:30:37 +01:00
"name": "silverstripe/translatable",
2012-08-15 22:10:57 +02:00
"type": "silverstripe-module",
"description": "Allows translation of DataObject and SiteTree records into multiple languages ",
2016-03-23 22:30:37 +01:00
"keywords": [
"silverstripe",
"cms",
"i18n",
"localization",
"globalization"
],
2012-08-15 22:10:57 +02:00
"license": "BSD-3-Clause",
"homepage": "https://github.com/silverstripe/silverstripe-translatable/",
2016-03-23 22:30:37 +01:00
"authors": [
2012-08-15 22:10:57 +02:00
{
"name": "Ingo Schommer",
"homepage": "http://chillu.com",
2016-03-23 22:30:37 +01:00
"email": "ingo@silverstripe.com"
2012-08-15 22:10:57 +02:00
}
],
2016-03-23 22:30:37 +01:00
"require": {
"php": ">=5.3.2",
"silverstripe/framework": "~3.2",
"silverstripe/cms": "~3.2"
},
2013-03-28 11:21:32 +01:00
"require-dev": {
2019-07-23 15:38:42 +02:00
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
2013-03-28 11:21:32 +01:00
},
2016-03-23 22:30:37 +01:00
"extra": {
"screenshots": [
"http://www.silverstripe.org/assets/Uploads/translatable4-small.png"
],
"branch-alias": {
2018-02-21 22:27:17 +01:00
"2.x-dev": "2.4.x-dev"
2016-03-23 22:30:37 +01:00
}
},
2012-08-15 22:10:57 +02:00
"support": {
"issues": "https://github.com/silverstripe/silverstripe-translatable/issues?state=open"
},
"minimum-stability": "dev"
}