diff options
| author | Mario Vavti <mario@mariovavti.com> | 2025-10-05 15:43:42 +0200 |
|---|---|---|
| committer | Mario Vavti <mario@mariovavti.com> | 2025-10-05 15:43:42 +0200 |
| commit | ffce0a705b98a6f5addbf0dea1f5ca2ae2178d4b (patch) | |
| tree | a7e40bf799c2a8cbeeacf52ec7df9b330cf9483d /vendor | |
| parent | 49e65902d770ed404ad01490358c15c9a87f1687 (diff) | |
| download | volse-hubzilla-ffce0a705b98a6f5addbf0dea1f5ca2ae2178d4b.tar.gz volse-hubzilla-ffce0a705b98a6f5addbf0dea1f5ca2ae2178d4b.tar.bz2 volse-hubzilla-ffce0a705b98a6f5addbf0dea1f5ca2ae2178d4b.zip | |
added test for Activity::pasteQuote()
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 871f948ee..b76f597f3 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-10.4RC', - 'version' => 'dev-10.4RC', - 'reference' => 'd566199423afb23882121994a9e480393aaf9fc3', + 'pretty_version' => 'dev-master', + 'version' => 'dev-master', + 'reference' => '49e65902d770ed404ad01490358c15c9a87f1687', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -497,9 +497,9 @@ 'dev_requirement' => false, ), 'zotlabs/hubzilla' => array( - 'pretty_version' => 'dev-10.4RC', - 'version' => 'dev-10.4RC', - 'reference' => 'd566199423afb23882121994a9e480393aaf9fc3', + 'pretty_version' => 'dev-master', + 'version' => 'dev-master', + 'reference' => '49e65902d770ed404ad01490358c15c9a87f1687', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |
