From d63e195f92de72981ed5367924c44b9cf61dc4ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 18:12:54 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12.88 to ^1.4.10 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/1.5.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.88...1.4.10) --- 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..73c2cf2 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.10", "phpunit/phpunit": "^7.5", "roave/security-advisories": "dev-master", "slevomat/coding-standard": "^6.1",