Skip to content

Commit

Permalink
fix(dav): fix getNodeForPath cache
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Larch <[email protected]>
  • Loading branch information
miaulalala committed Feb 20, 2024
1 parent 19bff05 commit 8b651da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdparty
4 changes: 2 additions & 2 deletions lib/composer/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '559a758533026559cf632ed1b3d74f6b1ebfb481',
'reference' => '19bff05ccc70bce7dc571ed3cf36ca5cd963ca8c',
'type' => 'library',
'install_path' => __DIR__ . '/../../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => '559a758533026559cf632ed1b3d74f6b1ebfb481',
'reference' => '19bff05ccc70bce7dc571ed3cf36ca5cd963ca8c',
'type' => 'library',
'install_path' => __DIR__ . '/../../../',
'aliases' => array(),
Expand Down

0 comments on commit 8b651da

Please sign in to comment.