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 e26ad1d commit 3a34224Copy full SHA for 3a34224
CHANGELOG.md
@@ -8,6 +8,7 @@
8
9
### Changed
10
11
+- Normalize the composer requirements
12
- Sort exception alphabetically.
13
14
## 1.25.0
composer.json
@@ -12,9 +12,9 @@
],
"require": {
"php": "^7.2.5 || ^8.0",
15
- "ext-SimpleXML": "*",
16
"ext-hash": "*",
17
"ext-json": "*",
+ "ext-simplexml": "*",
18
"psr/cache": "^1.0 || ^2.0 || ^3.0",
19
"psr/log": "^1.0 || ^2.0 || ^3.0",
20
"symfony/deprecation-contracts": "^2.1 || ^3.0",
0 commit comments