diff options
author | Mario <mario@mariovavti.com> | 2024-01-03 11:09:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-03 11:09:22 +0000 |
commit | 16e6eec3fb2bfb5a34c9dc94d46232be8461a947 (patch) | |
tree | d2fcf420e31f65e0c1a7e74529b65c6df6ae450e /vendor/composer/installed.php | |
parent | afe8552be66a05b379ddc7b5f78e40f8a76540b8 (diff) | |
download | volse-hubzilla-16e6eec3fb2bfb5a34c9dc94d46232be8461a947.tar.gz volse-hubzilla-16e6eec3fb2bfb5a34c9dc94d46232be8461a947.tar.bz2 volse-hubzilla-16e6eec3fb2bfb5a34c9dc94d46232be8461a947.zip |
composer add mmccook/php-json-canonicalization-scheme
Diffstat (limited to 'vendor/composer/installed.php')
-rw-r--r-- | vendor/composer/installed.php | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index aba97f8c4..2e1218018 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' => 'cd0e50da249ba89252a6182b0ac239e003563f61', + 'reference' => 'afe8552be66a05b379ddc7b5f78e40f8a76540b8', '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', @@ -322,7 +331,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'cd0e50da249ba89252a6182b0ac239e003563f61', + 'reference' => 'afe8552be66a05b379ddc7b5f78e40f8a76540b8', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |