Skip to content

Commit

Permalink
PHPCS: Fix minimum_supported_version
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Dec 19, 2022
1 parent 2a9497a commit f518e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- We only support the latest major WordPress release. -->
<rule ref="WordPress.WP.DeprecatedFunctions">
<properties>
<property name="minimum_supported_version" value="5.3" />
<property name="minimum_supported_version" value="6.1" />
</properties>
</rule>

Expand Down

0 comments on commit f518e3e

Please sign in to comment.