diff options
author | Mario <mario@mariovavti.com> | 2024-03-14 12:30:05 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-14 12:30:05 +0000 |
commit | a9d4adaf2360f7d02dace4434e4e62d6ce072327 (patch) | |
tree | 95871468b237e222e0c39d94a583b06ef661f1f0 /vendor/composer/installed.php | |
parent | 70dfce356b949dce00dba534536be994b1d7761d (diff) | |
download | volse-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/installed.php')
-rw-r--r-- | vendor/composer/installed.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 1c29ad5bd..bfd0c7e83 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' => '10fbfa06e9eb51485fecbf81d590cd15b7a5a2c2', + 'reference' => '27e57ff7aad9b70a4d088b880fac4af2920fdd31', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -118,6 +118,15 @@ 'aliases' => array(), 'dev_requirement' => false, ), + 'mmccook/php-json-canonicalization-scheme' => array( + 'pretty_version' => '1.0.0', + 'version' => '1.0.0.0', + 'reference' => 'cd6d3e7645a2c1e62574a9a2437d68e9e74e799f', + 'type' => 'library', + 'install_path' => __DIR__ . '/../mmccook/php-json-canonicalization-scheme', + 'aliases' => array(), + 'dev_requirement' => false, + ), 'paragonie/constant_time_encoding' => array( 'pretty_version' => 'v2.6.3', 'version' => '2.6.3.0', @@ -286,15 +295,6 @@ 'aliases' => array(), 'dev_requirement' => false, ), - 'streams/php-jcs' => array( - 'pretty_version' => '1.0.1', - 'version' => '1.0.1.0', - 'reference' => 'a0953ad4f4d3586d5e008b8498cc79154fca8332', - 'type' => 'library', - 'install_path' => __DIR__ . '/../streams/php-jcs', - 'aliases' => array(), - 'dev_requirement' => false, - ), 'symfony/polyfill-php81' => array( 'pretty_version' => 'v1.29.0', 'version' => '1.29.0.0', @@ -340,7 +340,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '10fbfa06e9eb51485fecbf81d590cd15b7a5a2c2', + 'reference' => '27e57ff7aad9b70a4d088b880fac4af2920fdd31', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |