From c19a6b29d0333f8b9244fae6331b5492cb9d5a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 11:52:50 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.5.0 to 1.5.2 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.5.0 to 1.5.2. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.6.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.5.0...1.5.2) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 323c82e4..7138a331 100644 --- a/composer.lock +++ b/composer.lock @@ -5445,16 +5445,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.5.0", + "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "2be8dd6dfa09ab1a21c49956ff591979cd5ab29e" + "reference": "f32e95f571c9587b4e14be05253ae56fedd00b2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2be8dd6dfa09ab1a21c49956ff591979cd5ab29e", - "reference": "2be8dd6dfa09ab1a21c49956ff591979cd5ab29e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f32e95f571c9587b4e14be05253ae56fedd00b2c", + "reference": "f32e95f571c9587b4e14be05253ae56fedd00b2c", "shasum": "" }, "require": { @@ -5480,7 +5480,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.5.0" + "source": "https://github.com/phpstan/phpstan/tree/1.5.2" }, "funding": [ { @@ -5500,7 +5500,7 @@ "type": "tidelift" } ], - "time": "2022-03-24T18:18:00+00:00" + "time": "2022-03-29T07:34:36+00:00" }, { "name": "phpunit/php-code-coverage",