From c5e22bc6d5b4284b8be5db857fba4bc50813a435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 11:22:26 +0000 Subject: [PATCH] Bump phpgt/cli from 1.3.2 to 1.3.3 (#175) Bumps [phpgt/cli](https://github.com/PhpGt/Cli) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/PhpGt/Cli/releases) - [Commits](https://github.com/PhpGt/Cli/compare/v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: phpgt/cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index ebf62a6..289d570 100644 --- a/composer.lock +++ b/composer.lock @@ -89,27 +89,27 @@ }, { "name": "phpgt/cli", - "version": "v1.3.2", + "version": "v1.3.3", "source": { "type": "git", "url": "https://github.com/PhpGt/Cli.git", - "reference": "3f00088f76225088602e6d9faa1cf90fbd2205d3" + "reference": "b0334aee36f9e8aad9ca8b9cda397ffe5781f96f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhpGt/Cli/zipball/3f00088f76225088602e6d9faa1cf90fbd2205d3", - "reference": "3f00088f76225088602e6d9faa1cf90fbd2205d3", + "url": "https://api.github.com/repos/PhpGt/Cli/zipball/b0334aee36f9e8aad9ca8b9cda397ffe5781f96f", + "reference": "b0334aee36f9e8aad9ca8b9cda397ffe5781f96f", "shasum": "" }, "require": { "ext-json": "*", "ext-readline": "*", "php": ">=8.0", - "phpgt/daemon": "1.*" + "phpgt/daemon": "^v1.1" }, "require-dev": { - "phpstan/phpstan": ">=0.12.64", - "phpunit/phpunit": "9.*" + "phpstan/phpstan": "^v1.4", + "phpunit/phpunit": "^v9.5" }, "type": "library", "autoload": { @@ -136,7 +136,7 @@ ], "support": { "issues": "https://github.com/PhpGt/Cli/issues", - "source": "https://github.com/PhpGt/Cli/tree/v1.3.2" + "source": "https://github.com/PhpGt/Cli/tree/v1.3.3" }, "funding": [ { @@ -144,7 +144,7 @@ "type": "github" } ], - "time": "2021-06-15T19:01:44+00:00" + "time": "2022-02-26T15:38:15+00:00" }, { "name": "phpgt/daemon", @@ -2456,5 +2456,5 @@ "ext-json": "*" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.2.0" }