X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=composer.lock;h=37d5599acdabedb09647598e15c1ac220b391763;hb=60b20c057188f8965d02c170099aaf1d8ff4e3c6;hp=eb1e05ee27a1c3e0367768142cb4e85b47959d87;hpb=1a20c129923b63977d52a9fa80b7f85c9af8aaa9;p=alttp.git diff --git a/composer.lock b/composer.lock index eb1e05e..37d5599 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": "a370e7a3f5ba178c836caec3a7ac4879", + "content-hash": "ffe863b64722a40de9d8de5597d8c9b8", "packages": [ { "name": "beyondcode/laravel-websockets", @@ -1770,6 +1770,51 @@ }, "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.19.1", @@ -10448,5 +10493,5 @@ "php": "^8.0.2" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }