Update PHP development dependencies (#139)

This commit is contained in:
Niklas Laxström
2021-01-28 11:05:10 +02:00
committed by GitHub
parent 3a0ca41914
commit 07efae50c5
3 changed files with 659 additions and 476 deletions

View File

@@ -34,8 +34,8 @@
"mustangostang/spyc": "0.6.3" "mustangostang/spyc": "0.6.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "8.*", "phpunit/phpunit": "^9",
"mediawiki/mediawiki-codesniffer": "31.0.0" "mediawiki/mediawiki-codesniffer": "34.0.0"
}, },
"support": { "support": {
"issues": "https://github.com/wikimedia/language-data/issues", "issues": "https://github.com/wikimedia/language-data/issues",

1129
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -82,7 +82,7 @@ class LanguageUtil {
* Get all the languages. The properties in the returned object are ISO 639 language codes * Get all the languages. The properties in the returned object are ISO 639 language codes
* The value of each property is an array that has, * The value of each property is an array that has,
* [writing system code, [regions list], autonym] * [writing system code, [regions list], autonym]
* @return object * @return stdClass
*/ */
public function getLanguages() { public function getLanguages() {
return $this->data->languages; return $this->data->languages;