We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8bfaf commit fd99e64Copy full SHA for fd99e64
CHANGELOG.md
@@ -8,6 +8,7 @@
8
9
### Changed
10
11
+- Normalize the composer requirements
12
- Sort exception alphabetically.
13
- AWS enhancement: Documentation updates.
14
composer.json
@@ -12,10 +12,10 @@
],
"require": {
"php": "^7.2.5 || ^8.0",
15
- "ext-SimpleXML": "*",
16
"ext-dom": "*",
17
"ext-filter": "*",
18
"ext-hash": "*",
+ "ext-simplexml": "*",
19
"async-aws/core": "^1.22"
20
},
21
"autoload": {
0 commit comments