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 ebaff99 commit 05fd7dcCopy full SHA for 05fd7dc
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
6
7
+## v4.0.0
8
+
9
+### Changed
10
11
+- The package has PHP's minimal version is 8.0 now.
12
13
## v3.1.1
14
15
### Changed
composer.json
@@ -15,8 +15,7 @@
}
16
],
17
"require": {
18
- "php": "^7.4|^8.0",
19
- "ext-json": "*",
+ "php": "^8.0",
20
"ext-mbstring": "*"
21
},
22
"require-dev": {
0 commit comments