diff options
author | Mario <mario@mariovavti.com> | 2024-03-14 10:18:51 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-14 10:18:51 +0000 |
commit | 81ce67df942d4bf378814677268fe03a29ecc028 (patch) | |
tree | 70cb1eccd45e580aec9bd685d8bdbaaf81ae6ce9 /vendor/composer/installed.php | |
parent | 55097c47c5534d4453f7494f8a1542f7beb4d588 (diff) | |
download | volse-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/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 bfd0c7e83..01e75eb54 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' => '27e57ff7aad9b70a4d088b880fac4af2920fdd31', + 'reference' => '55097c47c5534d4453f7494f8a1542f7beb4d588', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -118,15 +118,6 @@ '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', @@ -295,6 +286,15 @@ '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' => '27e57ff7aad9b70a4d088b880fac4af2920fdd31', + 'reference' => '55097c47c5534d4453f7494f8a1542f7beb4d588', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |