From ced77f2673ff31297821e95c145e439399dc9c6e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 22:14:29 +0000 Subject: [PATCH] build(deps): update adhocore/cli requirement || ^0.9.0 Updates the requirements on [adhocore/cli](https://github.com/adhocore/php-cli) to permit the latest version. - [Release notes](https://github.com/adhocore/php-cli/releases) - [Changelog](https://github.com/adhocore/php-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/adhocore/php-cli/compare/0.8.1...0.9.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a15c75d..ecc60a0 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "require": { "php": ">=7.1", - "adhocore/cli": "^0.8.1", + "adhocore/cli": "^0.8.1 || ^0.9.0", "adhocore/json-comment": "^0.1", "crazyfactory/docblocks": "^2.2", "symfony/finder": "^3.3.0",