Skip to content

Commit

Permalink
For now allow PHP 7.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jan 31, 2023
1 parent 345a234 commit 9ebf213
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.1] - 2023-01-31
- For now allow PHP `7.4`.

## [1.3.0] - 2022-12-01
### Changed
- Updated minimum WordPress version to `5.9`: https://codex.wordpress.org/Supported_Versions.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
},
"require": {
"php": ">=8.0",
"php": ">=7.4",
"automattic/vipwpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"phpcompatibility/phpcompatibility-wp": "^2.1",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ebf213

Please sign in to comment.