diff --git a/README.md b/README.md
index b1bfb26d9c2ade87fd6000cce37aba0bddaec0c6..318bcdcfcd8adf5d9b47af5ac7d071820df775f4 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
 # ETH Simple Shortlinks #
 **Contributors:** [ethitter](https://profiles.wordpress.org/ethitter/)  
 **Donate link:** https://ethitter.com/donate/  
-**Tags:** seo, meta tags  
+**Tags:** shortlink, shortlinks  
 **Requires at least:** 4.4  
 **Tested up to:** 6.0  
 **Stable tag:** 0.6.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
new file mode 100644
index 0000000000000000000000000000000000000000..5ecf6edd4ef0fcc1a493e50860569386f5046ec6
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,18 @@
+{
+  "name"        : "ethitter/eth-simple-shortlinks",
+  "description" : "Convert WordPress's query-based shortlinks to pretty permalinks that are cacheable. https://example.com/?p=123 becomes https://example.com/p/123/.",
+  "homepage"    : "https://ethitter.com/",
+  "type"        : "wordpress-plugin",
+  "keywords"    : [ "shortlink", "shortlinks" ],
+  "license"     : "GPL-2.0+",
+  "authors"     : [
+    {
+      "name"     : "Erick Hitter",
+      "email"    : "wp@ethitter.com",
+      "homepage" : "https://ethitter.com/"
+    }
+  ],
+  "require" : {
+    "php" : ">=7.2.0"
+  }
+}
diff --git a/readme.txt b/readme.txt
index 037a5b337cfcc80d7b73cb7826b1dcbd479132db..8a3c5f1d91edb7d7a9e6429931ed4f9f8ea2c3fe 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,10 +1,11 @@
 === ETH Simple Shortlinks ===
 Contributors: ethitter
 Donate link: https://ethitter.com/donate/
-Tags: seo, meta tags
+Tags: shortlink, shortlinks
 Requires at least: 4.4
 Tested up to: 6.0
 Stable tag: 0.6.1
+Requires PHP: 7.2
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html