From f0c9a87a9ed4a1cc1993be063b1584d808af4c33 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Thu, 30 Jun 2022 21:50:29 -0700
Subject: [PATCH] Add composer.json

---
 README.md     |  3 ++-
 composer.json | 18 ++++++++++++++++++
 readme.txt    |  3 ++-
 3 files changed, 22 insertions(+), 2 deletions(-)
 create mode 100644 composer.json

diff --git a/README.md b/README.md
index b1bfb26..318bcdc 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 0000000..5ecf6ed
--- /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 037a5b3..8a3c5f1 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
 
-- 
GitLab