aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/composer/autoload_psr4.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-14 12:30:05 +0000
committerMario <mario@mariovavti.com>2024-03-14 12:30:05 +0000
commita9d4adaf2360f7d02dace4434e4e62d6ce072327 (patch)
tree95871468b237e222e0c39d94a583b06ef661f1f0 /vendor/composer/autoload_psr4.php
parent70dfce356b949dce00dba534536be994b1d7761d (diff)
downloadvolse-hubzilla-a9d4adaf2360f7d02dace4434e4e62d6ce072327.tar.gz
volse-hubzilla-a9d4adaf2360f7d02dace4434e4e62d6ce072327.tar.bz2
volse-hubzilla-a9d4adaf2360f7d02dace4434e4e62d6ce072327.zip
Revert "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"
This reverts commit 70dfce356b949dce00dba534536be994b1d7761d.
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 aef4c5030..c2a27512d 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 . '/streams/php-jcs/src'),
+ 'Mmccook\\JsonCanonicalizator\\' => array($vendorDir . '/mmccook/php-json-canonicalization-scheme/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'),