aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/composer/autoload_psr4.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-14 10:18:51 +0000
committerMario <mario@mariovavti.com>2024-03-14 10:18:51 +0000
commit81ce67df942d4bf378814677268fe03a29ecc028 (patch)
tree70cb1eccd45e580aec9bd685d8bdbaaf81ae6ce9 /vendor/composer/autoload_psr4.php
parent55097c47c5534d4453f7494f8a1542f7beb4d588 (diff)
downloadvolse-hubzilla-81ce67df942d4bf378814677268fe03a29ecc028.tar.gz
volse-hubzilla-81ce67df942d4bf378814677268fe03a29ecc028.tar.bz2
volse-hubzilla-81ce67df942d4bf378814677268fe03a29ecc028.zip
use the streams php-jcs library until the floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151
Diffstat (limited to 'vendor/composer/autoload_psr4.php')
-rw-r--r--vendor/composer/autoload_psr4.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php
index c2a27512d..aef4c5030 100644
--- a/vendor/composer/autoload_psr4.php
+++ b/vendor/composer/autoload_psr4.php
@@ -27,7 +27,7 @@ return array(
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
'ParagonIE\\ConstantTime\\' => array($vendorDir . '/paragonie/constant_time_encoding/src'),
'OTPHP\\' => array($vendorDir . '/spomky-labs/otphp/src'),
- 'Mmccook\\JsonCanonicalizator\\' => array($vendorDir . '/mmccook/php-json-canonicalization-scheme/src'),
+ 'Mmccook\\JsonCanonicalizator\\' => array($vendorDir . '/streams/php-jcs/src'),
'Michelf\\' => array($vendorDir . '/michelf/php-markdown/Michelf'),
'League\\HTMLToMarkdown\\' => array($vendorDir . '/league/html-to-markdown/src'),
'LanguageDetection\\' => array($vendorDir . '/patrickschur/language-detection/src/LanguageDetection'),