Skip to content

Commit 4c6a118

Browse files
authored
Fix #67
1 parent 3f52acd commit 4c6a118

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file and formatted via [this recommendation](https://keepachangelog.com/).
33

4+
## [1.5.0] - 2025-03-28
5+
### Changed
6+
- The minimum supported PHP version is now 7.2.
7+
48
## [1.4.0] - 2024-12-20
59
### Changed
610
- ReturnTagHooksSniff is removed.

WPForms/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<arg name="parallel" value="12"/>
1515
<arg name="extensions" value="php"/>
1616

17-
<config name="testVersion" value="7.1-"/>
17+
<config name="testVersion" value="7.2-"/>
1818

1919
<!-- Rules: Check PHP version compatibility. -->
2020
<rule ref="PHPCompatibility">

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require": {
1515
"automattic/vipwpcs": "^3.0.1",
1616
"phpcompatibility/php-compatibility": "^9.3.5",
17-
"squizlabs/php_codesniffer": "^3.11.2",
17+
"squizlabs/php_codesniffer": "^3.11.3",
1818
"wp-coding-standards/wpcs": "^3.1.0"
1919
},
2020
"require-dev": {

composer.lock

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)