Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Dec 3, 2024
1 parent 5c53a9f commit 47ff52a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"license": "GPL-2.0-or-later",
"require-dev": {
"phpcompatibility/php-compatibility": "dev-develop as 9.99.99",
"phpcompatibility/phpcompatibility-wp": "*",
"wp-coding-standards/wpcs": "*",
"yoast/phpunit-polyfills": "*",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpunit/phpunit": "*",
"akirk/extract-wp-hooks": "*",
"phpcompatibility/phpcompatibility-wp": "*"
"akirk/extract-wp-hooks": "*"
},
"config": {
"allow-plugins": {
Expand Down
3 changes: 2 additions & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

<config name="text_domain" value="friends" />
<config name="minimum_supported_wp_version" value="4.6"/>
<!-- Minimum PHP version supported by the plugin -->
<config name="testVersion" value="7.2-"/>

<rule ref="WordPress">
<properties>
Expand Down Expand Up @@ -63,7 +65,6 @@
<type>warning</type>
</rule>

<config name="testVersion" value="7.2-"/>
<rule ref="PHPCompatibilityWP" />

<!-- Check all PHP files in directory tree by default. -->
Expand Down

0 comments on commit 47ff52a

Please sign in to comment.