diff options
author | Mario <mario@mariovavti.com> | 2024-01-05 19:30:37 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-05 19:30:37 +0000 |
commit | e95b7ca3a0a4900690cd79d39c70eba7308c348d (patch) | |
tree | 2c7539d3c1f0c6a248f1ea2a6aaed8a3570c6d4e /vendor/composer/installed.php | |
parent | c771d7c31a6a8817753079f0010b8e1cbda8c11a (diff) | |
download | volse-hubzilla-e95b7ca3a0a4900690cd79d39c70eba7308c348d.tar.gz volse-hubzilla-e95b7ca3a0a4900690cd79d39c70eba7308c348d.tar.bz2 volse-hubzilla-e95b7ca3a0a4900690cd79d39c70eba7308c348d.zip |
require ext-sodium, dump composer autoload and a minor js fix
Diffstat (limited to 'vendor/composer/installed.php')
-rw-r--r-- | vendor/composer/installed.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 2e1218018..39b7d9814 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' => 'afe8552be66a05b379ddc7b5f78e40f8a76540b8', + 'reference' => 'c771d7c31a6a8817753079f0010b8e1cbda8c11a', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -331,7 +331,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => 'afe8552be66a05b379ddc7b5f78e40f8a76540b8', + 'reference' => 'c771d7c31a6a8817753079f0010b8e1cbda8c11a', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |