aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/composer/installed.json
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-10-07 16:00:34 +0000
committerMario <mario@mariovavti.com>2023-10-07 16:00:34 +0000
commit2f2e353ecef52639a78cac3bc407ccfe64197ac9 (patch)
tree557793121ec08dce6e97c064a100994e8d3990c5 /vendor/composer/installed.json
parent0092b7c0a4d6cf49c092e2232af63f87be63142b (diff)
downloadvolse-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 'vendor/composer/installed.json')
-rw-r--r--vendor/composer/installed.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index d242c9875..6d0e1d50f 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -834,6 +834,60 @@
"install-path": "../paragonie/constant_time_encoding"
},
{
+ "name": "patrickschur/language-detection",
+ "version": "v5.3.0",
+ "version_normalized": "5.3.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/patrickschur/language-detection.git",
+ "reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/b8da335336c09fa6814fe0ca0d6d506c357cd7b9",
+ "reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-mbstring": "*",
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^9.5.0"
+ },
+ "time": "2023-08-18T22:46:39+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "LanguageDetection\\": "src/LanguageDetection"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Patrick Schur",
+ "email": "patrick_schur@outlook.de"
+ }
+ ],
+ "description": "A language detection library for PHP. Detects the language from a given text string.",
+ "homepage": "https://github.com/patrickschur/language-detection",
+ "keywords": [
+ "detect",
+ "detection",
+ "language"
+ ],
+ "support": {
+ "issues": "https://github.com/patrickschur/language-detection/issues",
+ "source": "https://github.com/patrickschur/language-detection/tree/v5.3.0"
+ },
+ "install-path": "../patrickschur/language-detection"
+ },
+ {
"name": "pear/text_languagedetect",
"version": "v1.0.2",
"version_normalized": "1.0.2.0",