From 7a700683743bf1c4a21837c84b266916f1aa7d25 Mon Sep 17 00:00:00 2001 From: oleibman <10341515+oleibman@users.noreply.github.com> Date: Fri, 7 Feb 2025 19:01:45 -0800 Subject: [PATCH] Update Changelog for New Release --- .github/workflows/main.yml | 2 +- CHANGELOG.md | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75ed4d0121..89cdc99f97 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Install locales - run: sudo apt-get install -y language-pack-fr language-pack-de + run: sudo apt-get update && sudo apt-get install -y language-pack-fr language-pack-de - name: Setup PHP, with composer and extensions uses: shivammathur/setup-php@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index b266875df8..8084e7b0d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com) and this project adheres to [Semantic Versioning](https://semver.org). -# TBD - 2.3.8 +# 2025-02-07 - 2.3.8 ### Fixed diff --git a/composer.json b/composer.json index f961377ffe..cb00ebf4f7 100644 --- a/composer.json +++ b/composer.json @@ -79,7 +79,7 @@ "ext-xmlwriter": "*", "ext-zip": "*", "ext-zlib": "*", - "composer/pcre": "^3.2", + "composer/pcre": "^1 || ^2 || ^3", "maennchen/zipstream-php": "^2.1 || ^3.0", "markbaker/complex": "^3.0", "markbaker/matrix": "^3.0",