Skip to content
Snippets Groups Projects
Commit ded26962 authored by Erick Hitter's avatar Erick Hitter
Browse files

Update composer.json

parent edfa5932
No related branches found
No related tags found
1 merge request!14Update composer.json
Pipeline #4990 passed with stages
in 2 minutes and 19 seconds
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
**Requires at least:** 2.8 **Requires at least:** 2.8
**Tested up to:** 6.0 **Tested up to:** 6.0
**Stable tag:** 2.3.3 **Stable tag:** 2.3.3
**Requires PHP:** 5.6
**License:** GPLv2 or later **License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......
{
"name" : "ethitter/taxonomy-dropdown-widget",
"description" : "Creates a dropdown list of non-hierarchical taxonomies as an alternative to the term (tag) cloud. Formerly known as Tag Dropdown Widget.",
"homepage" : "https://ethitter.com/",
"type" : "wordpress-plugin",
"keywords" : [ "tag", "tags", "taxonomy", "sidebar", "widget", "widgets", "dropdown", "drop down" ],
"license" : "GPL-2.0+",
"authors" : [
{
"name" : "Erick Hitter",
"email" : "wp@ethitter.com",
"homepage" : "https://ethitter.com/"
}
],
"require" : {
"php" : ">=5.6.0"
}
}
...@@ -164,4 +164,4 @@ msgstr "" ...@@ -164,4 +164,4 @@ msgstr ""
#. Author URI of the plugin/theme #. Author URI of the plugin/theme
msgid "https://ethitter.com/" msgid "https://ethitter.com/"
msgstr "" msgstr ""
\ No newline at end of file
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<!-- Rules: Check PHP version compatibility --> <!-- Rules: Check PHP version compatibility -->
<!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions --> <!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
<config name="testVersion" value="7.2-"/> <config name="testVersion" value="5.6-"/>
<!-- https://github.com/PHPCompatibility/PHPCompatibilityWP --> <!-- https://github.com/PHPCompatibility/PHPCompatibilityWP -->
<rule ref="PHPCompatibilityWP"/> <rule ref="PHPCompatibilityWP"/>
......
...@@ -5,6 +5,7 @@ Tags: tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down ...@@ -5,6 +5,7 @@ Tags: tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down
Requires at least: 2.8 Requires at least: 2.8
Tested up to: 6.0 Tested up to: 6.0
Stable tag: 2.3.3 Stable tag: 2.3.3
Requires PHP: 5.6
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment