From cb0a5f3310b3d1efbb4ec0bb972e68dce2c6a70a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 09:02:08 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from 0.12.69 to 0.12.70 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.69...0.12.70) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be1033f5f94f..dbba03cb23a8 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "codeigniter4/codeigniter4-standard": "^1.0", "fakerphp/faker": "^1.9", "mikey179/vfsstream": "^1.6", - "phpstan/phpstan": "0.12.69", + "phpstan/phpstan": "0.12.70", "phpunit/phpunit": "^8.5 || ^9.1", "predis/predis": "^1.1", "rector/rector": "^0.8",