diff options
author | Mario <mario@mariovavti.com> | 2024-03-20 14:35:43 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-20 14:35:43 +0100 |
commit | 3de8f5e7de424563cfe521848b2e2d11d100fcc5 (patch) | |
tree | c7419a0516af3f79a4b5e405d99dcf6ad5673bcd /vendor/composer/installed.php | |
parent | a18e873d08e733225c70b0ace31c3cbb025ff906 (diff) | |
download | volse-hubzilla-3de8f5e7de424563cfe521848b2e2d11d100fcc5.tar.gz volse-hubzilla-3de8f5e7de424563cfe521848b2e2d11d100fcc5.tar.bz2 volse-hubzilla-3de8f5e7de424563cfe521848b2e2d11d100fcc5.zip |
deal with wihitespace issues in tables and lists and add tests
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 9c1c3eb6a..4386e70b5 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'zotlabs/hubzilla', 'pretty_version' => 'dev-9.0RC', 'version' => 'dev-9.0RC', - 'reference' => '8754f72e63ea0fd9067c20104a2b068e5c518d0a', + 'reference' => 'a18e873d08e733225c70b0ace31c3cbb025ff906', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -340,7 +340,7 @@ 'zotlabs/hubzilla' => array( 'pretty_version' => 'dev-9.0RC', 'version' => 'dev-9.0RC', - 'reference' => '8754f72e63ea0fd9067c20104a2b068e5c518d0a', + 'reference' => 'a18e873d08e733225c70b0ace31c3cbb025ff906', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |