We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8352c49 commit 6a972b5Copy full SHA for 6a972b5
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org).
7
8
# TBD - 1.29.10
9
10
+### Changed
11
+
12
+- Allow version 1 and 2 of `composer/pcre`.
13
14
### Fixed
15
16
- Xls writer Parser Mishandling True/False Argument. Backport of [PR #4333](https://github.com/PHPOffice/PhpSpreadsheet/pull/4333)
composer.json
@@ -75,7 +75,7 @@
75
"ext-xmlwriter": "*",
76
"ext-zip": "*",
77
"ext-zlib": "*",
78
- "composer/pcre": "^3.3",
+ "composer/pcre": "^1||^2||^3",
79
"ezyang/htmlpurifier": "^4.15",
80
"maennchen/zipstream-php": "^2.1 || ^3.0",
81
"markbaker/complex": "^3.0",
0 commit comments