diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-12-07 23:49:17 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-12-07 23:49:17 +0100 |
commit | bb0a22ee582c7268431ccb6e44ffc6378ca00093 (patch) | |
tree | 575b4526fe33abe5e2c0a5e7644df08dd7e2a4ea /vendor | |
parent | e88ae54bef268e455b6d6028a697e9dbd98a7853 (diff) | |
download | volse-hubzilla-bb0a22ee582c7268431ccb6e44ffc6378ca00093.tar.gz volse-hubzilla-bb0a22ee582c7268431ccb6e44ffc6378ca00093.tar.bz2 volse-hubzilla-bb0a22ee582c7268431ccb6e44ffc6378ca00093.zip |
add test for relative_time()
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 f2f9fe2d9..e43f8b8c7 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' => '9fa18a55579bf4eafc4484536ed29335cd98b2a9', + 'reference' => 'e88ae54bef268e455b6d6028a697e9dbd98a7853', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -367,7 +367,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-9.4RC', 'version' => 'dev-9.4RC', - 'reference' => '9fa18a55579bf4eafc4484536ed29335cd98b2a9', + 'reference' => 'e88ae54bef268e455b6d6028a697e9dbd98a7853', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |