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