diff --git a/composer.lock b/composer.lock index 324e7223f..d3fd6e09c 100644 --- a/composer.lock +++ b/composer.lock @@ -454,20 +454,20 @@ }, { "name": "deliciousbrains/wp-background-processing", - "version": "1.1.1", + "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/deliciousbrains/wp-background-processing.git", - "reference": "ebbed762c42e70e76573ffbd36e591378ba5f2ee" + "reference": "6d1e48165e461260075b9f161b3861c7278f71e7" }, "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/6d1e48165e461260075b9f161b3861c7278f71e7", + "reference": "6d1e48165e461260075b9f161b3861c7278f71e7", "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.1" }, - "time": "2023-07-18T10:22:06+00:00" + "time": "2024-02-28T13:39:06+00:00" }, { "name": "league/flysystem",