Skip to content

Commit

Permalink
Merge branch 'release/v0.1.3' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
betterthanclay committed Nov 25, 2022
2 parents 7fb7cf6 + e2383d2 commit a630048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.1.3 (2022-11-25)
* Removed quotes from install package defs

## v0.1.2 (2022-11-24)
* Check for composer.json existence in manifest

Expand Down
2 changes: 1 addition & 1 deletion src/Integra/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ public function preparePackageInstallName(
$pkg .= ':' . $version;
}

return '"' . $pkg . '"';
return $pkg;
}

/**
Expand Down

0 comments on commit a630048

Please sign in to comment.