Skip to content

Commit 05fd7dc

Browse files
committed
change minimal PHP version to 8.0
1 parent ebaff99 commit 05fd7dc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
66

7+
## v4.0.0
8+
9+
### Changed
10+
11+
- The package has PHP's minimal version is 8.0 now.
12+
713
## v3.1.1
814

915
### Changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.4|^8.0",
19-
"ext-json": "*",
18+
"php": "^8.0",
2019
"ext-mbstring": "*"
2120
},
2221
"require-dev": {

0 commit comments

Comments
 (0)