From 4237a6f09c2748c939f67dacbe67373eee5849ab 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:07 +0000 Subject: [PATCH] chore(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 f31e3d6..8de7fd5 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "require": { "php": ">=7.0", "adhocore/jwt": "^1.0", - "adhocore/cli": "^0.8.1", + "adhocore/cli": "^0.8.1 || ^0.9.0", "adhocore/cron-expr": "^1.1" }, "require-dev": {