From 3216a459a7c2b0d319ad54ebe7655a772c1ae8df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 18:13:20 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.88 to ^1.4.9 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.9) --- 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..de07949 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.9", "phpunit/phpunit": "^7.5", "roave/security-advisories": "dev-master", "slevomat/coding-standard": "^6.1",