From 7f99744ea40a0316fe5b033e7b5a2bce9373d7b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 06:55:43 +0000 Subject: [PATCH] Update antidot-fw/tactician requirement from ^0.0.2 to ^0.0.3 Updates the requirements on [antidot-fw/tactician](https://github.com/antidot-framework/tactician-adapter) to permit the latest version. - [Release notes](https://github.com/antidot-framework/tactician-adapter/releases) - [Changelog](https://github.com/antidot-framework/tactician-adapter/blob/0.1.x/CHANGELOG.md) - [Commits](https://github.com/antidot-framework/tactician-adapter/compare/0.0.2...0.0.3) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9786ad9..3f053f5 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ }, "require": { "php": "^7.4.0", - "antidot-fw/tactician": "^0.0.2", + "antidot-fw/tactician": "^0.0.3", "doctrine/dbal": "^2.10", "psr/event-dispatcher": "1.0.0", "ramsey/uuid": "^4.0"