diff options
author | Mario <mario@mariovavti.com> | 2024-03-14 11:02:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-14 11:02:10 +0000 |
commit | 9ddd84089754709c8f50b81ec50f701f39190e52 (patch) | |
tree | 13f3f208c4f5ae0689167a976f3e184217e29cb5 /vendor | |
parent | 6c5627ac0ee1c68574e3deb55b699301461cc3d9 (diff) | |
download | volse-hubzilla-9ddd84089754709c8f50b81ec50f701f39190e52.tar.gz volse-hubzilla-9ddd84089754709c8f50b81ec50f701f39190e52.tar.bz2 volse-hubzilla-9ddd84089754709c8f50b81ec50f701f39190e52.zip |
evert "fix deprecation warning"
This reverts commit 898762dd95d634e9362d5138ea8e306bbfeb81b7.
Diffstat (limited to 'vendor')
-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 aae85bfe7..01e75eb54 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' => '81ce67df942d4bf378814677268fe03a29ecc028', + 'reference' => '55097c47c5534d4453f7494f8a1542f7beb4d588', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -340,7 +340,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '81ce67df942d4bf378814677268fe03a29ecc028', + 'reference' => '55097c47c5534d4453f7494f8a1542f7beb4d588', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |