diff options
author | Mario Vavti <mario@mariovavti.com> | 2025-02-26 16:26:40 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2025-02-26 16:26:40 +0100 |
commit | 9eff1a08d442b6593376c4864a4ae183bd288fa6 (patch) | |
tree | 2e6bd7ed7ec6a8bb56ba65f86de6b9f568ee3013 /vendor | |
parent | cfcac590c3a5d183db3a496fa2e9be344b599705 (diff) | |
download | volse-hubzilla-9eff1a08d442b6593376c4864a4ae183bd288fa6.tar.gz volse-hubzilla-9eff1a08d442b6593376c4864a4ae183bd288fa6.tar.bz2 volse-hubzilla-9eff1a08d442b6593376c4864a4ae183bd288fa6.zip |
refactor unparse_url() to allow to return a custom field set only and add tests
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 e12dccec2..dbbd87201 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' => '65c8de34101cedc33fc8e6282ff11e8e57eeed1b', + 'reference' => 'cfcac590c3a5d183db3a496fa2e9be344b599705', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -367,7 +367,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-master', 'version' => 'dev-master', - 'reference' => '65c8de34101cedc33fc8e6282ff11e8e57eeed1b', + 'reference' => 'cfcac590c3a5d183db3a496fa2e9be344b599705', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |