diff options
author | Mario <mario@mariovavti.com> | 2024-03-24 17:50:27 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-24 17:50:27 +0100 |
commit | 3c0d6339bb12bd7fbf65ba7a79078e39737b4387 (patch) | |
tree | 5784ae0922499f689c123d2341ca57b12a382285 /vendor | |
parent | a0cfe22501dc9daa7dd8cff86803cf494a1f5ec3 (diff) | |
download | volse-hubzilla-3c0d6339bb12bd7fbf65ba7a79078e39737b4387.tar.gz volse-hubzilla-3c0d6339bb12bd7fbf65ba7a79078e39737b4387.tar.bz2 volse-hubzilla-3c0d6339bb12bd7fbf65ba7a79078e39737b4387.zip |
make sure we preserve linefeeds in the actual content of lists and tables also add tests
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/composer/installed.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 4386e70b5..dd4bccc71 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -1,9 +1,9 @@ <?php return array( 'root' => array( 'name' => 'zotlabs/hubzilla', - 'pretty_version' => 'dev-9.0RC', - 'version' => 'dev-9.0RC', - 'reference' => 'a18e873d08e733225c70b0ace31c3cbb025ff906', + 'pretty_version' => 'dev-master', + 'version' => 'dev-master', + 'reference' => 'a0cfe22501dc9daa7dd8cff86803cf494a1f5ec3', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -338,9 +338,9 @@ 'dev_requirement' => false, ), 'zotlabs/hubzilla' => array( - 'pretty_version' => 'dev-9.0RC', - 'version' => 'dev-9.0RC', - 'reference' => 'a18e873d08e733225c70b0ace31c3cbb025ff906', + 'pretty_version' => 'dev-master', + 'version' => 'dev-master', + 'reference' => 'a0cfe22501dc9daa7dd8cff86803cf494a1f5ec3', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |