From 9ab306e12102a3bef516dc37cdb7c52be0234005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 18:09:18 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.88 to ^1.4.3 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.3) --- 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..9ca4799 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.3", "phpunit/phpunit": "^7.5", "roave/security-advisories": "dev-master", "slevomat/coding-standard": "^6.1",