diff options
author | Mario <mario@mariovavti.com> | 2024-03-07 10:00:02 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-07 10:00:02 +0100 |
commit | 6262d351b777443bee2a1b5b534082268ebe72f9 (patch) | |
tree | 4eb6d2b7f4677f76a3c392552691b8726d75522b /vendor/composer | |
parent | 27e57ff7aad9b70a4d088b880fac4af2920fdd31 (diff) | |
download | volse-hubzilla-6262d351b777443bee2a1b5b534082268ebe72f9.tar.gz volse-hubzilla-6262d351b777443bee2a1b5b534082268ebe72f9.tar.bz2 volse-hubzilla-6262d351b777443bee2a1b5b534082268ebe72f9.zip |
fix deprecation warning and add test
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 b1f45b30d..bfd0c7e83 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' => '69bed9c889a5c153f7b9cece49be3b81bde24e32', + 'reference' => '27e57ff7aad9b70a4d088b880fac4af2920fdd31', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -340,7 +340,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '69bed9c889a5c153f7b9cece49be3b81bde24e32', + 'reference' => '27e57ff7aad9b70a4d088b880fac4af2920fdd31', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |