From af4e2c68fbf22f7646b9176a8475cf4ee0ce7312 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Thu, 30 Jun 2022 18:05:04 -0700
Subject: [PATCH] Update composer.json

---
 README.md     | 1 +
 composer.json | 5 +++--
 readme.txt    | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 83ee979..d274a0b 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
 **Requires at least:** 4.5  
 **Tested up to:** 6.0  
 **Stable tag:** 0.3.1  
+**Requires PHP:** 7.2  
 **License:** GPLv2 or later  
 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html  
 
diff --git a/composer.json b/composer.json
index 27d4164..7d4e7b5 100644
--- a/composer.json
+++ b/composer.json
@@ -3,6 +3,7 @@
   "description" : "Redirect a chosen slug, \"latest\" by default, to, well, the most-recently published post.",
   "homepage"    : "https://ethitter.com/",
   "type"        : "wordpress-plugin",
+  "keywords"    : [ "latest", "latest post", "redirect", "redirect latest", "redirect post" ],
   "license"     : "GPL-2.0+",
   "authors"     : [
     {
@@ -12,6 +13,6 @@
     }
   ],
   "require" : {
-    "composer/installers" : "~1.0"
+    "php" : ">=7.2.0"
   }
-}
\ No newline at end of file
+}
diff --git a/readme.txt b/readme.txt
index c00fa9a..23981c0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -5,6 +5,7 @@ Tags: latest, latest post, redirect, redirect latest, redirect post
 Requires at least: 4.5
 Tested up to: 6.0
 Stable tag: 0.3.1
+Requires PHP: 7.2
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
-- 
GitLab