mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 11:05:59 +02:00
Merge branch '2.3' into 2.4
This commit is contained in:
commit
7806356ddc
@ -1,39 +1,39 @@
|
|||||||
{
|
{
|
||||||
"name": "silverstripe/translatable",
|
"name": "silverstripe/translatable",
|
||||||
"type": "silverstripe-module",
|
"type": "silverstripe-module",
|
||||||
"description": "Allows translation of DataObject and SiteTree records into multiple languages ",
|
"description": "Allows translation of DataObject and SiteTree records into multiple languages ",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"silverstripe",
|
"silverstripe",
|
||||||
"cms",
|
"cms",
|
||||||
"i18n",
|
"i18n",
|
||||||
"localization",
|
"localization",
|
||||||
"globalization"
|
"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": {
|
||||||
"phpunit/phpunit": "^5.7",
|
"phpunit/phpunit": "^5.7",
|
||||||
"squizlabs/php_codesniffer": "^3.0"
|
"squizlabs/php_codesniffer": "^3.0"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"screenshots": [
|
"screenshots": [
|
||||||
"http://www.silverstripe.org/assets/Uploads/translatable4-small.png"
|
"http://www.silverstripe.org/assets/Uploads/translatable4-small.png"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/silverstripe/silverstripe-translatable/issues?state=open"
|
"issues": "https://github.com/silverstripe/silverstripe-translatable/issues?state=open"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev"
|
"minimum-stability": "dev"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user