Skip to content

Commit 6a972b5

Browse files
authored
Allow composer/pcre 1 and 2, fixes #4346 (#4347)
1 parent 8352c49 commit 6a972b5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org).
77

88
# TBD - 1.29.10
99

10+
### Changed
11+
12+
- Allow version 1 and 2 of `composer/pcre`.
13+
1014
### Fixed
1115

1216
- Xls writer Parser Mishandling True/False Argument. Backport of [PR #4333](https://github.com/PHPOffice/PhpSpreadsheet/pull/4333)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"ext-xmlwriter": "*",
7676
"ext-zip": "*",
7777
"ext-zlib": "*",
78-
"composer/pcre": "^3.3",
78+
"composer/pcre": "^1||^2||^3",
7979
"ezyang/htmlpurifier": "^4.15",
8080
"maennchen/zipstream-php": "^2.1 || ^3.0",
8181
"markbaker/complex": "^3.0",

0 commit comments

Comments
 (0)