Skip to content

Commit

Permalink
fixed #246 Fixed php version dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
paquettg committed Nov 1, 2020
1 parent 81341e1 commit ec1bc10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 3.1.1

### Changed
- Fixed issue with numbers in comments
- Fixed issue with numbers in comments.
- Updated minimume php version to correct version.

## 3.1.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.2",
"ext-mbstring": "*",
"ext-zlib": "*",
"ext-curl": "*",
Expand Down

0 comments on commit ec1bc10

Please sign in to comment.