From ded26962bc7626b8dff83b07323e3510623d2345 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Thu, 30 Jun 2022 19:46:08 -0700 Subject: [PATCH] Update composer.json --- README.md | 1 + composer.json | 18 ++++++++++++++++++ languages/tag-dropdown-widget.pot | 2 +- phpcs.xml | 2 +- readme.txt | 1 + 5 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 composer.json diff --git a/README.md b/README.md index 6b35b2e..6583d3c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ **Requires at least:** 2.8 **Tested up to:** 6.0 **Stable tag:** 2.3.3 +**Requires PHP:** 5.6 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..089edb0 --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "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" + } +} diff --git a/languages/tag-dropdown-widget.pot b/languages/tag-dropdown-widget.pot index f3ef94d..58e8c2e 100644 --- a/languages/tag-dropdown-widget.pot +++ b/languages/tag-dropdown-widget.pot @@ -164,4 +164,4 @@ msgstr "" #. Author URI of the plugin/theme msgid "https://ethitter.com/" -msgstr "" +msgstr "" \ No newline at end of file diff --git a/phpcs.xml b/phpcs.xml index efe6c62..dfe35eb 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -19,7 +19,7 @@ <!-- Rules: Check PHP version compatibility --> <!-- 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 --> <rule ref="PHPCompatibilityWP"/> diff --git a/readme.txt b/readme.txt index c30cad8..564812b 100644 --- a/readme.txt +++ b/readme.txt @@ -5,6 +5,7 @@ Tags: tag, tags, taxonomy, sidebar, widget, widgets, dropdown, drop down Requires at least: 2.8 Tested up to: 6.0 Stable tag: 2.3.3 +Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -- GitLab