From a00b33286e4a1f1515625779de4239cf2cdb3073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:10:19 +0000 Subject: [PATCH] Bump deliciousbrains/wp-background-processing from 1.1.1 to 1.3.0 Bumps [deliciousbrains/wp-background-processing](https://github.com/deliciousbrains/wp-background-processing) from 1.1.1 to 1.3.0. - [Release notes](https://github.com/deliciousbrains/wp-background-processing/releases) - [Commits](https://github.com/deliciousbrains/wp-background-processing/compare/1.1.1...1.3.0) --- updated-dependencies: - dependency-name: deliciousbrains/wp-background-processing dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index a38318e53..12c6fb846 100644 --- a/composer.lock +++ b/composer.lock @@ -454,20 +454,20 @@ }, { "name": "deliciousbrains/wp-background-processing", - "version": "1.1.1", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/deliciousbrains/wp-background-processing.git", - "reference": "ebbed762c42e70e76573ffbd36e591378ba5f2ee" + "reference": "33b7bc1aacfc6a18a2f50fee4d9fdd4652dfaad4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/deliciousbrains/wp-background-processing/zipball/ebbed762c42e70e76573ffbd36e591378ba5f2ee", - "reference": "ebbed762c42e70e76573ffbd36e591378ba5f2ee", + "url": "https://api.github.com/repos/deliciousbrains/wp-background-processing/zipball/33b7bc1aacfc6a18a2f50fee4d9fdd4652dfaad4", + "reference": "33b7bc1aacfc6a18a2f50fee4d9fdd4652dfaad4", "shasum": "" }, "require": { - "php": ">=5.6" + "php": ">=7.0" }, "require-dev": { "phpcompatibility/phpcompatibility-wp": "*", @@ -498,9 +498,9 @@ "description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.", "support": { "issues": "https://github.com/deliciousbrains/wp-background-processing/issues", - "source": "https://github.com/deliciousbrains/wp-background-processing/tree/1.1.1" + "source": "https://github.com/deliciousbrains/wp-background-processing/tree/1.3.0" }, - "time": "2023-07-18T10:22:06+00:00" + "time": "2024-02-08T14:27:35+00:00" }, { "name": "league/flysystem", @@ -1603,5 +1603,5 @@ "php": ">=5.6.20" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }