From 5b2564a6bd0ecac1494ae81244730913617bd22b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 04:01:08 +0000 Subject: [PATCH] Update phpstan/phpstan requirement from ^0.12 to ^1.5 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.0...1.5.0) --- 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 017612d..503ee4a 100644 --- a/composer.json +++ b/composer.json @@ -70,7 +70,7 @@ "friendsofphp/php-cs-fixer": "^3.5", "prooph/php-cs-fixer-config": "^0.5.0", "matthiasnoback/symfony-dependency-injection-test": "^3.1 || ^4.1", - "phpstan/phpstan": "^0.12" + "phpstan/phpstan": "^1.5" }, "minimum-stability": "dev", "prefer-stable": true,