Skip to content

Commit f705c56

Browse files
committed
Prepare Changelog For New Release
1 parent 3789837 commit f705c56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Install locales
30-
run: sudo apt-get install -y language-pack-fr language-pack-de
30+
run: sudo apt-get update && sudo apt-get install -y language-pack-fr language-pack-de
3131

3232
- name: Setup PHP, with composer and extensions
3333
uses: shivammathur/setup-php@v2

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com)
66
and this project adheres to [Semantic Versioning](https://semver.org).
77

8-
# 2025-01-26 - 2.1.8
8+
# 2025-02-07 - 2.1.9
99

1010
### Fixed
1111

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"ext-xmlwriter": "*",
8080
"ext-zip": "*",
8181
"ext-zlib": "*",
82-
"composer/pcre": "^3.2",
82+
"composer/pcre": "^1 || ^2 || ^3",
8383
"maennchen/zipstream-php": "^2.1 || ^3.0",
8484
"markbaker/complex": "^3.0",
8585
"markbaker/matrix": "^3.0",

0 commit comments

Comments
 (0)