From 9c438528652f7f41f29918380b38de5773f34898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:49:28 +0000 Subject: [PATCH] Update jeckel-lab/command-dispatcher requirement from ^0.4 to ^1.0 Updates the requirements on [jeckel-lab/command-dispatcher](https://github.com/Jeckel-Lab/command-dispatcher) to permit the latest version. - [Release notes](https://github.com/Jeckel-Lab/command-dispatcher/releases) - [Commits](https://github.com/Jeckel-Lab/command-dispatcher/compare/v0.4.0...v1.0.0) --- updated-dependencies: - dependency-name: jeckel-lab/command-dispatcher dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 10a766e..413ae66 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": "^7.2 || ^8.0", "symfony/dependency-injection": "^4.3 || ^5.0", "symfony/http-kernel": "^4.3 || ^5.1", - "jeckel-lab/command-dispatcher": "^0.4", + "jeckel-lab/command-dispatcher": "^1.0", "symfony/config": "^4.3 || ^5.0", "symfony/doctrine-bridge": "^4.3 || ^5.0", "doctrine/orm": "^2.7"