From 1c10ca2bc531a6ecc14b7fddfb4ab81c17fbaa94 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Thu, 30 Jun 2022 22:01:34 -0700 Subject: [PATCH] Add 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 753492b..2dceabc 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ **Requires at least:** 3.0 **Tested up to:** 6.0 **Stable tag:** 1.3.2 +**Requires PHP:** 5.2 **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..8fb625f --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name" : "ethitter/external-permalinks-redux", + "description" : "Allows you to point WordPress objects (posts, pages, custom post types) to a URL of your choosing.", + "homepage" : "https://ethitter.com/", + "type" : "wordpress-plugin", + "keywords" : [ "link", "redirect", "external link", "permalink" ], + "license" : "GPL-2.0+", + "authors" : [ + { + "name" : "Erick Hitter", + "email" : "wp@ethitter.com", + "homepage" : "https://ethitter.com/" + } + ], + "require" : { + "php" : ">=5.2.0" + } +} diff --git a/readme.txt b/readme.txt index 7dc94a5..5695b4e 100644 --- a/readme.txt +++ b/readme.txt @@ -5,6 +5,7 @@ Tags: link, redirect, external link, permalink Requires at least: 3.0 Tested up to: 6.0 Stable tag: 1.3.2 +Requires PHP: 5.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -- GitLab