Skip to content

Commit 3a34224

Browse files
authored
Normalize the case of the SimpleXML requirement (#1881)
1 parent e26ad1d commit 3a34224

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
### Changed
1010

11+
- Normalize the composer requirements
1112
- Sort exception alphabetically.
1213

1314
## 1.25.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
],
1313
"require": {
1414
"php": "^7.2.5 || ^8.0",
15-
"ext-SimpleXML": "*",
1615
"ext-hash": "*",
1716
"ext-json": "*",
17+
"ext-simplexml": "*",
1818
"psr/cache": "^1.0 || ^2.0 || ^3.0",
1919
"psr/log": "^1.0 || ^2.0 || ^3.0",
2020
"symfony/deprecation-contracts": "^2.1 || ^3.0",

0 commit comments

Comments
 (0)