Issue #3183825 by effulgentsia, alexpott: Use absolute instead of relative paths within the packages.json created in ComposerProjectTemplatesTest

merge-requests/61/head
catch 2020-11-22 21:17:32 +00:00
parent d77c9b4542
commit 45a21cc503
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ JSON;
"name" => $name,
"dist" => [
"type" => "path",
"url" => $path,
"url" => $full_path,
],
"version" => $version,
],