Skip to content

Commit 828998c

Browse files
committed
Bump PHP version check
1 parent 7c5fd4f commit 828998c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp-php-console.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848

4949
/**
50-
* WP PHP Console requires PHP 5.4.0 minimum.
50+
* WP PHP Console requires PHP 5.6.0 minimum.
5151
*
5252
* @link https://make.wordpress.org/plugins/2015/06/05/policy-on-php-versions/
5353
* @link https://github.com/unfulvio/wp-requirements
@@ -58,7 +58,7 @@
5858
'WP PHP Console',
5959
plugin_basename( __FILE__ ),
6060
array(
61-
'PHP' => '5.4.0',
61+
'PHP' => '5.6.0',
6262
)
6363
);
6464

0 commit comments

Comments
 (0)