From 711abeebdcc1469f86e16c4b66fbcc3594ed84c2 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Fri, 8 Jul 2022 20:45:34 -0700 Subject: [PATCH] PHPCS --- README.md | 2 +- languages/redis-user-session-storage.pot | 2 +- phpcs.xml | 2 +- readme.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e71d04c..1980ae6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Requires at least:** 4.0 **Tested up to:** 6.0 **Stable tag:** 0.2 -**Requires PHP:** 5.4 +**Requires PHP:** 5.6 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html diff --git a/languages/redis-user-session-storage.pot b/languages/redis-user-session-storage.pot index 3b6836d..0eb5f2d 100644 --- a/languages/redis-user-session-storage.pot +++ b/languages/redis-user-session-storage.pot @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: Redis User Session Storage 0.2\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/redis-user-session-storage\n" -"POT-Creation-Date: 2022-07-09 03:42:00+00:00\n" +"POT-Creation-Date: 2022-07-09 03:45:24+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 9c8f5a4..e41bee1 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="5.4-"/> + <config name="testVersion" value="5.6-"/> <!-- https://github.com/PHPCompatibility/PHPCompatibilityWP --> <rule ref="PHPCompatibilityWP"/> diff --git a/readme.txt b/readme.txt index 80eec22..3ec3b39 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: user sessions, session tokens, session storage Requires at least: 4.0 Tested up to: 6.0 Stable tag: 0.2 -Requires PHP: 5.4 +Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html -- GitLab