diff options
author | Mario <mario@mariovavti.com> | 2024-03-14 12:40:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-14 12:40:07 +0000 |
commit | 4fb37ef6f393e4eea60c743fb50c9d4a61534b8b (patch) | |
tree | 414c1969df10450b36c83fc49b1a727441cf03da /vendor/composer/installed.php | |
parent | a9d4adaf2360f7d02dace4434e4e62d6ce072327 (diff) | |
download | volse-hubzilla-4fb37ef6f393e4eea60c743fb50c9d4a61534b8b.tar.gz volse-hubzilla-4fb37ef6f393e4eea60c743fb50c9d4a61534b8b.tar.bz2 volse-hubzilla-4fb37ef6f393e4eea60c743fb50c9d4a61534b8b.zip |
revert adding of zip and bump composer php version to 8.1
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 bfd0c7e83..8925761d5 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' => '27e57ff7aad9b70a4d088b880fac4af2920fdd31', + 'reference' => 'a9d4adaf2360f7d02dace4434e4e62d6ce072327', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -340,7 +340,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '27e57ff7aad9b70a4d088b880fac4af2920fdd31', + 'reference' => 'a9d4adaf2360f7d02dace4434e4e62d6ce072327', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |