We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f82bf commit a519555Copy full SHA for a519555
composer.json
@@ -4,7 +4,7 @@
4
"homepage": "https://github.com/stuttter/wp-chosen",
5
"type": "wordpress-plugin",
6
"require": {
7
- "php": ">=5.2",
+ "php": ">=7.0",
8
"composer/installers": "^1.0"
9
},
10
"license": "GPL-2.0-or-later",
wp-chosen.php
@@ -7,7 +7,7 @@
* Author URI: https://jjj.blog
* Description: Makes unwieldy select boxes more user-friendly
* License: GPLv2 or later
- * Requires at least: 5.6
+ * Requires at least: 5.7
11
* Requires PHP: 7.0
12
* Version: 6.1.0
13
*/
0 commit comments