Skip to content

Commit ec1bc10

Browse files
committed
fixed #246 Fixed php version dependency.
1 parent 81341e1 commit ec1bc10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## 3.1.1
99

1010
### Changed
11-
- Fixed issue with numbers in comments
11+
- Fixed issue with numbers in comments.
12+
- Updated minimume php version to correct version.
1213

1314
## 3.1.0
1415

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=7.1",
16+
"php": ">=7.2",
1717
"ext-mbstring": "*",
1818
"ext-zlib": "*",
1919
"ext-curl": "*",

0 commit comments

Comments
 (0)