diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-11-27 10:25:37 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-11-27 10:25:37 +0100 |
commit | 9e2f3dc05f411ec7af96cb4831aea0381ab34a99 (patch) | |
tree | 604b29676cc05b8da892b369f49524edbdcdfe86 /vendor/composer | |
parent | 9fa18a55579bf4eafc4484536ed29335cd98b2a9 (diff) | |
download | volse-hubzilla-9e2f3dc05f411ec7af96cb4831aea0381ab34a99.tar.gz volse-hubzilla-9e2f3dc05f411ec7af96cb4831aea0381ab34a99.tar.bz2 volse-hubzilla-9e2f3dc05f411ec7af96cb4831aea0381ab34a99.zip |
fix more issues reported by phpstan
Diffstat (limited to 'vendor/composer')
-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 ab0b54ed5..f2f9fe2d9 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' => '67a9292aaa5246783b70ca3754b31924416d7f08', + 'reference' => '9fa18a55579bf4eafc4484536ed29335cd98b2a9', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -367,7 +367,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-9.4RC', 'version' => 'dev-9.4RC', - 'reference' => '67a9292aaa5246783b70ca3754b31924416d7f08', + 'reference' => '9fa18a55579bf4eafc4484536ed29335cd98b2a9', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |