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 /vendor/composer/installed.php | |
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 'vendor/composer/installed.php')
-rw-r--r-- | vendor/composer/installed.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 401eee70e..8f84c2b16 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'zotlabs/hubzilla', 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '6920fb2793265e5c9cdcdc8325398b07f216f184', + 'reference' => '0092b7c0a4d6cf49c092e2232af63f87be63142b', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -127,6 +127,15 @@ 'aliases' => array(), 'dev_requirement' => false, ), + 'patrickschur/language-detection' => array( + 'pretty_version' => 'v5.3.0', + 'version' => '5.3.0.0', + 'reference' => 'b8da335336c09fa6814fe0ca0d6d506c357cd7b9', + 'type' => 'library', + 'install_path' => __DIR__ . '/../patrickschur/language-detection', + 'aliases' => array(), + 'dev_requirement' => false, + ), 'pear/text_languagedetect' => array( 'pretty_version' => 'v1.0.2', 'version' => '1.0.2.0', @@ -304,7 +313,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '6920fb2793265e5c9cdcdc8325398b07f216f184', + 'reference' => '0092b7c0a4d6cf49c092e2232af63f87be63142b', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |