Skip to content

Commit f3ebc11

Browse files
authored
Normalize the case of the SimpleXML requirement (#1881)
1 parent d7101e8 commit f3ebc11

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
@@ -4,6 +4,7 @@
44

55
### Changed
66

7+
- Normalize the composer requirements
78
- Sort exception alphabetically.
89

910
## 1.6.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
],
1616
"require": {
1717
"php": "^7.2.5 || ^8.0",
18-
"ext-SimpleXML": "*",
1918
"ext-filter": "*",
19+
"ext-simplexml": "*",
2020
"async-aws/core": "^1.9"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)