From bb33f5f44262f8c7f5957d4979e8ca910df7738c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:03:34 +0000 Subject: [PATCH] Update codenamephp/deployer.command requirement || ^2.0 Updates the requirements on [codenamephp/deployer.command](https://github.com/codenamephp/deployer.command) to permit the latest version. - [Release notes](https://github.com/codenamephp/deployer.command/releases) - [Changelog](https://github.com/codenamephp/deployer.command/blob/release/CHANGELOG.md) - [Commits](https://github.com/codenamephp/deployer.command/compare/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: codenamephp/deployer.command 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 b6c5906..7a25f00 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { "php": "^8.2", "codenamephp/deployer.base": "1 - 3", - "codenamephp/deployer.command": "^1.0" + "codenamephp/deployer.command": "^1.0 || ^2.0" }, "autoload": { "psr-4": {