diff options
author | Mario <mario@mariovavti.com> | 2024-03-14 11:15:20 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-14 11:15:20 +0000 |
commit | 70dfce356b949dce00dba534536be994b1d7761d (patch) | |
tree | f398624848854cbbd5ef738bec79f1ed2c28635a /vendor/composer/autoload_psr4.php | |
parent | 10fbfa06e9eb51485fecbf81d590cd15b7a5a2c2 (diff) | |
download | volse-hubzilla-70dfce356b949dce00dba534536be994b1d7761d.tar.gz volse-hubzilla-70dfce356b949dce00dba534536be994b1d7761d.tar.bz2 volse-hubzilla-70dfce356b949dce00dba534536be994b1d7761d.zip |
next try to 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.php | 2 |
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'), |