From 04f7871639a47e6a609aca33f93532e7bd178162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 18:12:56 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.88 to ^1.4.4 Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/master/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.88...1.4.4) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e757cd2..f46dfbc 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ }, "require-dev": { "beberlei/assert": "~3.0", - "phpstan/phpstan": "^0.12.88", + "phpstan/phpstan": "^1.4.4", "phpunit/phpunit": "^7.5", "roave/security-advisories": "dev-master", "slevomat/coding-standard": "^6.1",