diff options
author | Mario <mario@mariovavti.com> | 2023-10-07 16:00:34 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-10-07 16:00:34 +0000 |
commit | 2f2e353ecef52639a78cac3bc407ccfe64197ac9 (patch) | |
tree | 557793121ec08dce6e97c064a100994e8d3990c5 /composer.json | |
parent | 0092b7c0a4d6cf49c092e2232af63f87be63142b (diff) | |
download | volse-hubzilla-2f2e353ecef52639a78cac3bc407ccfe64197ac9.tar.gz volse-hubzilla-2f2e353ecef52639a78cac3bc407ccfe64197ac9.tar.bz2 volse-hubzilla-2f2e353ecef52639a78cac3bc407ccfe64197ac9.zip |
use new lang detect library which supports much more languages
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 6bbcc7734..cc334a181 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,8 @@ "phpseclib/phpseclib": "~2.0", "jbroadway/urlify": "^1.2", "chillerlan/php-qrcode": "^4.3", - "spomky-labs/otphp": "^11.1" + "spomky-labs/otphp": "^11.1", + "patrickschur/language-detection": "^5.3" }, "require-dev": { "phpunit/phpunit": "^9.4", |