We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81341e1 commit ec1bc10Copy full SHA for ec1bc10
CHANGELOG.md
@@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
## 3.1.1
9
10
### Changed
11
-- Fixed issue with numbers in comments
+- Fixed issue with numbers in comments.
12
+- Updated minimume php version to correct version.
13
14
## 3.1.0
15
composer.json
@@ -13,7 +13,7 @@
}
],
"require": {
16
- "php": ">=7.1",
+ "php": ">=7.2",
17
"ext-mbstring": "*",
18
"ext-zlib": "*",
19
"ext-curl": "*",
0 commit comments