diff --git a/README.md b/README.md
index 83ee979f3013e59d427c8dc23522b63ec183793d..d274a0b599c77c48731f95f54234997e51cde0df 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 27d41646e64a6e6e286acd24c6d160ab2b8fa09f..7d4e7b57f736c82b45c0452636d662d7c1717b12 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 c00fa9a3fb5e2c24982c938028c2be951b998bd7..23981c0eebd86ad68912fc734e298e2c02403a6d 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