From 2fcb7711383c05ff44a0ca88a3e8f032959547fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 03:24:17 +0000 Subject: [PATCH] chore(deps): bump the plugins group across 1 directory with 2 updates Bumps the plugins group with 2 updates in the / directory: wpackagist-plugin/flywp and wpackagist-plugin/redis-cache. Updates `wpackagist-plugin/flywp` from 1.4.1 to 1.5.0 Updates `wpackagist-plugin/redis-cache` from 2.5.4 to 2.7.0 --- updated-dependencies: - dependency-name: wpackagist-plugin/flywp dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: wpackagist-plugin/redis-cache dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- composer.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index e26e23c..dff4ba3 100644 --- a/composer.json +++ b/composer.json @@ -49,8 +49,8 @@ "roots/wp-config": "1.0.0", "roots/wp-password-bcrypt": "1.1.0", "wpackagist-theme/twentytwentyfive": "^1.2", - "wpackagist-plugin/flywp": "^1.0", - "wpackagist-plugin/redis-cache": "^2.5" + "wpackagist-plugin/flywp": "^1.5", + "wpackagist-plugin/redis-cache": "^2.7" }, "require-dev": { "squizlabs/php_codesniffer": "^3.7.1", diff --git a/composer.lock b/composer.lock index 8b9fe01..65ed689 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ea86b01e1304ec0ade367b032a4ca2b3", + "content-hash": "32517fed98a420f8137172a40b15ed77", "packages": [ { "name": "composer/installers", @@ -1115,15 +1115,15 @@ }, { "name": "wpackagist-plugin/flywp", - "version": "1.4.1", + "version": "1.5.0", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/flywp/", - "reference": "tags/1.4.1" + "reference": "tags/1.5.0" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/flywp.1.4.1.zip" + "url": "https://downloads.wordpress.org/plugin/flywp.1.5.0.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" @@ -1133,15 +1133,15 @@ }, { "name": "wpackagist-plugin/redis-cache", - "version": "2.5.4", + "version": "2.7.0", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/redis-cache/", - "reference": "tags/2.5.4" + "reference": "tags/2.7.0" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/redis-cache.2.5.4.zip" + "url": "https://downloads.wordpress.org/plugin/redis-cache.2.7.0.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" @@ -2218,6 +2218,6 @@ "platform": { "php": ">=8.1" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" }