Skip to content

Commit

Permalink
Bump "Requires at least" & "Requires PHP"
Browse files Browse the repository at this point in the history
Bumping Minimum WP and PHP version as that is what we are testing
  • Loading branch information
grappler committed Jul 29, 2021
1 parent 094d180 commit 03e9f3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.4",
"php": ">=5.6",
"wearerequired/wp-requirements-check": "~1.1"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Widget Disable #
Contributors: wearerequired, neverything, swissspidy, ocean90, grapplerulrich
Tags: widgets, admin, dashboard, sidebar widgets, dashboard widgets, disable widgets
Requires at least: 4.0
Requires at least: 4.7
Tested up to: 5.8
Requires PHP: 5.4
Requires PHP: 5.6
Stable tag: 2.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
4 changes: 2 additions & 2 deletions wp-widget-disable.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
$requirements_check = new WP_Requirements_Check(
array(
'title' => 'WP Widget Disable',
'php' => '5.4',
'wp' => '4.0',
'php' => '5.6',
'wp' => '4.7',
'file' => __FILE__,
)
);
Expand Down

0 comments on commit 03e9f3a

Please sign in to comment.