Skip to content

Commit fd99e64

Browse files
authored
Normalize the case of the SimpleXML requirement (#1881)
1 parent 8f8bfaf commit fd99e64

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
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
- AWS enhancement: Documentation updates.
1314

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
],
1313
"require": {
1414
"php": "^7.2.5 || ^8.0",
15-
"ext-SimpleXML": "*",
1615
"ext-dom": "*",
1716
"ext-filter": "*",
1817
"ext-hash": "*",
18+
"ext-simplexml": "*",
1919
"async-aws/core": "^1.22"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)