X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=composer.lock;h=01da47070748d8e1804b18d8abd7fa1c8ec1a1af;hb=d7cbc88ac5eefd3d0e2b0819868676e55d43e7ab;hp=a460b994b7d11ff15685d7595d7ddf3f77bbf7f4;hpb=16a3dcd4267f64033a4170bb5aa98d7aa85299f5;p=alttp.git diff --git a/composer.lock b/composer.lock index a460b99..01da470 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": "95303f143cf7ff4e29c178f14289292a", + "content-hash": "9f3035a68ea28a4f87fd5c8433bb5464", "packages": [ { "name": "beyondcode/laravel-websockets", @@ -1842,51 +1842,6 @@ }, "time": "2022-06-26T11:09:59+00:00" }, - { - "name": "landrok/language-detector", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://github.com/landrok/language-detector.git", - "reference": "91511a4f93700bd1c4c576b0e3b42173334a3cab" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/landrok/language-detector/zipball/91511a4f93700bd1c4c576b0e3b42173334a3cab", - "reference": "91511a4f93700bd1c4c576b0e3b42173334a3cab", - "shasum": "" - }, - "require": { - "ext-mbstring": "*", - "php": ">=7.4", - "webmozart/assert": "^1.2" - }, - "require-dev": { - "phpunit/phpunit": ">=6" - }, - "type": "library", - "autoload": { - "psr-4": { - "LanguageDetector\\": "src/LanguageDetector/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "A fast and reliable PHP library for detecting languages", - "homepage": "https://github.com/landrok/language-detector", - "keywords": [ - "detector", - "language", - "n-grams" - ], - "support": { - "issues": "https://github.com/landrok/language-detector/issues", - "source": "https://github.com/landrok/language-detector/tree/1.4.0" - }, - "time": "2023-12-18T21:52:42+00:00" - }, { "name": "laravel/breeze", "version": "v1.29.1", @@ -3544,6 +3499,57 @@ }, "time": "2024-04-05T21:00:10+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": "phpoption/phpoption", "version": "1.9.2",