Skip to content

Commit

Permalink
Merge branch 'fix/composer-container-version'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Aug 1, 2022
2 parents 9162e50 + 86a22b5 commit 69f65e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.35] - 2022-08-01
#### Changed
- Update the Composer container to use PHP 7.4.

## [0.5.34] - 2022-07-22
#### Changed
- Set `xdebug.log_level=0` in the stack configuration to avoid XDebug warnings from breaking code.
Expand Down
2 changes: 1 addition & 1 deletion tric
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $args = args( [
] );

$cli_name = basename( $argv[0] );
const CLI_VERSION = '0.5.34';
const CLI_VERSION = '0.5.35';

// If the run-time option `-q`, for "quiet", is specified, then do not print the header.
if ( in_array( '-q', $argv, true ) ) {
Expand Down
2 changes: 1 addition & 1 deletion tric-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ services:
- ${COMPOSER_CACHE_HOST_DIR}:/host-composer-cache:cached

composer:
image: lucatume/composer:php7.0
image: lucatume/composer:php7.4
user: "${DOCKER_RUN_UID:-}:${DOCKER_RUN_GID:-}"
environment:
COMPOSER_HTACCESS_PROTECT: 0
Expand Down

0 comments on commit 69f65e9

Please sign in to comment.