diff options
| author | Mario Vavti <mario@mariovavti.com> | 2025-10-26 19:19:36 +0100 |
|---|---|---|
| committer | Mario Vavti <mario@mariovavti.com> | 2025-10-26 19:19:36 +0100 |
| commit | a570ef4691dda8f7abbe52284048652fe71d083a (patch) | |
| tree | 41d875c45659a8950bcd54bb7146bcfae1465680 /vendor | |
| parent | 7cf7aa397e26ebad0262b6ce5e4c46895de16d78 (diff) | |
| download | volse-hubzilla-a570ef4691dda8f7abbe52284048652fe71d083a.tar.gz volse-hubzilla-a570ef4691dda8f7abbe52284048652fe71d083a.tar.bz2 volse-hubzilla-a570ef4691dda8f7abbe52284048652fe71d083a.zip | |
add test for ASCache::isCacheable()
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 fbf577496..97da1abd1 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-master', - 'version' => 'dev-master', - 'reference' => 'b50aa43542cb0cd8481f35a026d46b09750c7403', + 'pretty_version' => 'dev-10.6RC', + 'version' => 'dev-10.6RC', + 'reference' => '7cf7aa397e26ebad0262b6ce5e4c46895de16d78', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -542,9 +542,9 @@ 'dev_requirement' => false, ), 'zotlabs/hubzilla' => array( - 'pretty_version' => 'dev-master', - 'version' => 'dev-master', - 'reference' => 'b50aa43542cb0cd8481f35a026d46b09750c7403', + 'pretty_version' => 'dev-10.6RC', + 'version' => 'dev-10.6RC', + 'reference' => '7cf7aa397e26ebad0262b6ce5e4c46895de16d78', 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), |
