diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-11-17 16:17:05 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-11-17 16:17:05 +0100 |
commit | 25b089c1a930e41e0d4029aad3fde531e21717e1 (patch) | |
tree | 46740bd0d9c26df1260bd7643c703ceda6863b17 /vendor/composer/installed.php | |
parent | 67a9292aaa5246783b70ca3754b31924416d7f08 (diff) | |
download | volse-hubzilla-25b089c1a930e41e0d4029aad3fde531e21717e1.tar.gz volse-hubzilla-25b089c1a930e41e0d4029aad3fde531e21717e1.tar.bz2 volse-hubzilla-25b089c1a930e41e0d4029aad3fde531e21717e1.zip |
fix some errors detected by phpstan
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 a3167c12a..ab0b54ed5 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'zotlabs/hubzilla', 'pretty_version' => 'dev-9.4RC', 'version' => 'dev-9.4RC', - 'reference' => 'ce9d67f7b17a3b8c6dde40bce83e4329d1e7cdc2', + 'reference' => '67a9292aaa5246783b70ca3754b31924416d7f08', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -367,7 +367,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-9.4RC', 'version' => 'dev-9.4RC', - 'reference' => 'ce9d67f7b17a3b8c6dde40bce83e4329d1e7cdc2', + 'reference' => '67a9292aaa5246783b70ca3754b31924416d7f08', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |