aboutsummaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock53
1 files changed, 52 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 4d434fa8d..f2e25624f 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "899fa978805f43b3f2f863291e5d5b9f",
+ "content-hash": "9405cfa865704905a31f52a966828381",
"packages": [
{
"name": "blueimp/jquery-file-upload",
@@ -809,6 +809,57 @@
"time": "2022-06-14T06:56:20+00:00"
},
{
+ "name": "patrickschur/language-detection",
+ "version": "v5.3.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"
+ },
+ "type": "library",
+ "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"
+ },
+ "time": "2023-08-18T22:46:39+00:00"
+ },
+ {
"name": "pear/text_languagedetect",
"version": "v1.0.2",
"source": {