diff --git a/README.md b/README.md
index 4d1ee46ba22ac863c0e02cbfa907a3402baf7ef2..ec53a191e9dece6526cffb3006abd43357ee3293 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Donate link:
 **Requires at least:** 3.4  
 **Tested up to:** 6.0  
 **Stable tag:** 0.3.1  
+**Requires PHP:** 5.6  
 **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..4c5f657f35ecbedc91733765012ed9c7efed02c0
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,18 @@
+{
+  "name"        : "ethitter/wp-revision-control",
+  "description" : "Automatically paginate posts by inserting the `<!--nextpage-->` Quicktag.",
+  "homepage"    : "https://ethitter.com/",
+  "type"        : "wordpress-plugin",
+  "keywords"    : [ "paginate", "nextpage", "Quicktag" ],
+  "license"     : "GPL-2.0+",
+  "authors"     : [
+    {
+      "name"     : "Erick Hitter",
+      "email"    : "wp@ethitter.com",
+      "homepage" : "https://ethitter.com/"
+    }
+  ],
+  "require" : {
+    "php" : ">=5.6.0"
+  }
+}
diff --git a/languages/automatically-paginate-posts.pot b/languages/automatically-paginate-posts.pot
index 8bd0528b29485668c1470b6626ee8128fc0f2de8..19e099d4523b67f9a7997e1af75fc47e3fac9e99 100644
--- a/languages/automatically-paginate-posts.pot
+++ b/languages/automatically-paginate-posts.pot
@@ -2,10 +2,10 @@
 # This file is distributed under the same license as the Automatically Paginate Posts package.
 msgid ""
 msgstr ""
-"Project-Id-Version: Automatically Paginate Posts 0.3\n"
+"Project-Id-Version: Automatically Paginate Posts 0.3.1\n"
 "Report-Msgid-Bugs-To: "
 "https://wordpress.org/support/plugin/automatically-paginate-posts\n"
-"POT-Creation-Date: 2022-06-29 04:55:16+00:00\n"
+"POT-Creation-Date: 2022-07-01 04:24:09+00:00\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
diff --git a/phpcs.xml b/phpcs.xml
index 4edba24247b72be607e7affd90a314efa5c590f7..21be9edf38e8df5f6b6b52c644e0a54cd43ec34a 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -18,7 +18,7 @@
 
 	<!-- Rules: Check PHP version compatibility -->
 	<!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
-	<config name="testVersion" value="7.2-"/>
+	<config name="testVersion" value="5.6-"/>
 	<!-- https://github.com/PHPCompatibility/PHPCompatibilityWP -->
 	<rule ref="PHPCompatibilityWP"/>
 
diff --git a/readme.txt b/readme.txt
index 1ba5569e59251f4adc620a642419260e9a387935..439c4c4430dc5c45737913806abd2de8dea75ee7 100644
--- a/readme.txt
+++ b/readme.txt
@@ -5,6 +5,7 @@ Tags: paginate, nextpage, Quicktag
 Requires at least: 3.4
 Tested up to: 6.0
 Stable tag: 0.3.1
+Requires PHP: 5.6
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html