Ran composer show --outdated and then composer update composer/semver 3.2.7 3.3.2 doctrine/instantiator 1.4.0 1.4.1 myclabs/deep-copy 1.10.2 1.11.0 phar-io/version 3.1.0 3.2.1 phpdocumentor/type-resolver 1.6.0 1.6.1 phpunit/php-code-coverage 9.2.10 9.2.15 phpunit/phpunit 9.5.11 9.5.20 sebastian/environment 5.1.3 5.1.4 sebastian/global-state 5.0.3 5.0.5 sebastian/type 2.3.4 3.0.0 squizlabs/php_codesniffer 3.6.1 3.6.2 symfony/polyfill-ctype v1.24.0 v1.25.0 Co-authored-by: Niklas Laxström <niklas.laxstrom@gmail.com>
60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"name": "wikimedia/language-data",
|
|
"description": "Language data and utilities.",
|
|
"keywords": [
|
|
"cldr",
|
|
"cldr-data",
|
|
"internationalization",
|
|
"localization",
|
|
"l10n"
|
|
],
|
|
"license": "GPL-2.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Amir E. Aharoni"
|
|
},
|
|
{
|
|
"name": "Kartik Mistry"
|
|
},
|
|
{
|
|
"name": "Niklas Laxström",
|
|
"email": "niklas.laxstrom@gmail.com"
|
|
},
|
|
{
|
|
"name": "Santhosh Thottingal",
|
|
"email": "santhosh.thottingal@gmail.com"
|
|
},
|
|
{
|
|
"name": "Abijeet Patro",
|
|
"email": "abijeetpatro@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"mustangostang/spyc": "0.6.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "9.5.20",
|
|
"mediawiki/mediawiki-codesniffer": "38.0.0"
|
|
},
|
|
"support": {
|
|
"issues": "https://github.com/wikimedia/language-data/issues",
|
|
"irc": "irc://irc.freenode.net/mediawiki-i18n",
|
|
"docs": "https://language-data.readthedocs.io/en/latest/index.html"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Wikimedia\\LanguageData\\": "src/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"fix": "phpcbf",
|
|
"cs": "phpcs -sp",
|
|
"test": [
|
|
"@composer validate --no-interaction",
|
|
"phpunit",
|
|
"@cs"
|
|
]
|
|
}
|
|
}
|