Issue #3183825 by effulgentsia, alexpott: Use absolute instead of relative paths within the packages.json created in ComposerProjectTemplatesTest
parent
d77c9b4542
commit
45a21cc503
|
@ -312,7 +312,7 @@ JSON;
|
||||||
"name" => $name,
|
"name" => $name,
|
||||||
"dist" => [
|
"dist" => [
|
||||||
"type" => "path",
|
"type" => "path",
|
||||||
"url" => $path,
|
"url" => $full_path,
|
||||||
],
|
],
|
||||||
"version" => $version,
|
"version" => $version,
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue