From ce5595161bdbb330fc63b85a4b8fd8a63a5555c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:13:31 +0000 Subject: [PATCH] deps(deps): bump phpnomad/tasks from 1.0.0 to 2.0.0 Bumps [phpnomad/tasks](https://github.com/phpnomad/tasks) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/phpnomad/tasks/releases) - [Commits](https://github.com/phpnomad/tasks/compare/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: phpnomad/tasks dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 722fe29..f1e57b4 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "phpnomad/datastore": "^2.0", "phpnomad/event": "^1.0", "phpnomad/email": "^1.0", - "phpnomad/tasks": "^1.0", + "phpnomad/tasks": "^1.0 || ^2.0", "phpnomad/cache": "^1.0", "phpnomad/rest": "^2.0", "phpnomad/http": "^1.1", diff --git a/composer.lock b/composer.lock index c17d6f8..047140e 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": "c37892c406ce75ba27bb040fcd357d53", + "content-hash": "cb2e332ab4965c2eee70e889c291371a", "packages": [ { "name": "phpnomad/asset", @@ -866,21 +866,18 @@ }, { "name": "phpnomad/tasks", - "version": "1.0.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/phpnomad/tasks.git", - "reference": "05c40976b8100b412c6f3be430ac73bab561db23" + "reference": "5b29183bcc110927d9f3077cec606b2b8b2d1882" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpnomad/tasks/zipball/05c40976b8100b412c6f3be430ac73bab561db23", - "reference": "05c40976b8100b412c6f3be430ac73bab561db23", + "url": "https://api.github.com/repos/phpnomad/tasks/zipball/5b29183bcc110927d9f3077cec606b2b8b2d1882", + "reference": "5b29183bcc110927d9f3077cec606b2b8b2d1882", "shasum": "" }, - "require-dev": { - "phpnomad/tests": "^0.1.0" - }, "type": "library", "autoload": { "psr-4": { @@ -900,9 +897,9 @@ "homepage": "https://github.com/phpnomad/tasks", "support": { "issues": "https://github.com/phpnomad/tasks/issues", - "source": "https://github.com/phpnomad/tasks/tree/1.0.0" + "source": "https://github.com/phpnomad/tasks/tree/2.0.0" }, - "time": "2024-12-18T17:26:47+00:00" + "time": "2025-05-28T16:38:34+00:00" }, { "name": "phpnomad/template",