Skip to content
Snippets Groups Projects
Commit 45a21cc5 authored by catch's avatar catch
Browse files

Issue #3183825 by effulgentsia, alexpott: Use absolute instead of relative...

Issue #3183825 by effulgentsia, alexpott: Use absolute instead of relative paths within the packages.json created in ComposerProjectTemplatesTest
parent d77c9b45
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@ protected function makeVendorPackage($repository_path) {
"name" => $name,
"dist" => [
"type" => "path",
"url" => $path,
"url" => $full_path,
],
"version" => $version,
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment