From fbc146de6fe902193472db51f286630759e17387 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Thu, 30 Jun 2022 18:43:54 -0700 Subject: [PATCH] Update composer.json --- README.md | 1 + composer.json | 18 ++++++++++++++++++ readme.txt | 1 + 3 files changed, 20 insertions(+) create mode 100644 composer.json diff --git a/README.md b/README.md index db70125..b29d29f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ **Requires at least:** 3.6 **Tested up to:** 6.0 **Stable tag:** 1.4.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..7f539b1 --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name" : "ethitter/wp-revision-control", + "description" : "Control how many revisions are stored for each post type.", + "homepage" : "https://ethitter.com/", + "type" : "wordpress-plugin", + "keywords" : [ "revision", "revisions", "admin" ], + "license" : "GPL-2.0+", + "authors" : [ + { + "name" : "Erick Hitter", + "email" : "wp@ethitter.com", + "homepage" : "https://ethitter.com/" + } + ], + "require" : { + "php" : ">=5.6.0" + } +} diff --git a/readme.txt b/readme.txt index ecacc35..7a88b71 100644 --- a/readme.txt +++ b/readme.txt @@ -5,6 +5,7 @@ Tags: revision, revisions, admin Requires at least: 3.6 Tested up to: 6.0 Stable tag: 1.4.3 +Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -- GitLab