Skip to content

Commit a519555

Browse files
committed
Bump PHP required versions.
1 parent 82f82bf commit a519555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/stuttter/wp-chosen",
55
"type": "wordpress-plugin",
66
"require": {
7-
"php": ">=5.2",
7+
"php": ">=7.0",
88
"composer/installers": "^1.0"
99
},
1010
"license": "GPL-2.0-or-later",

wp-chosen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://jjj.blog
88
* Description: Makes unwieldy select boxes more user-friendly
99
* License: GPLv2 or later
10-
* Requires at least: 5.6
10+
* Requires at least: 5.7
1111
* Requires PHP: 7.0
1212
* Version: 6.1.0
1313
*/

0 commit comments

Comments
 (0)