Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/v0.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlen committed Oct 26, 2020
2 parents 2cb6781 + b6d6ce2 commit d7d3921
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased](https://github.com/passbolt/passbolt_install_scripts/compare/v0.5.1...HEAD)

## [0.5.2](https://github.com/passbolt/passbolt_install_scripts/compare/v0.5.2..v0.5.1) - 2020-10-26

This release contains a workaround that pins PHP composer to v1 on the installation.
Composer will be bumped on the next release.

References:
- https://github.com/composer/composer/issues/9329

### Fixed

- Pinned composer to version 1. Fixes (#13)[https://github.com/passbolt/passbolt_install_scripts/issues/13]


## [0.5.1](https://github.com/passbolt/passbolt_install_scripts/compare/v0.5.1..v0.5.0) - 2020-09-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/helpers/setup_composer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ composer_install() {
local www_user="$1"
banner "Installing composer..."
composer_check_signature
php composer-setup.php --install-dir=/usr/bin
php composer-setup.php --1 --install-dir=/usr/bin
php -r "unlink('composer-setup.php');"

banner "Installing composer dependencies..."
Expand Down

0 comments on commit d7d3921

Please sign in to comment.