From d9de8b72d4bbc29629c89bd27166862b19f2fded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 21:06:28 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.4.7 to 1.4.8 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.4.7 to 1.4.8. - [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/1.4.7...1.4.8) --- 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 38b3e24..24ed80f 100644 --- a/composer.lock +++ b/composer.lock @@ -2004,16 +2004,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.4.7", + "version": "1.4.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "15087679960d72ae56bfcbf0d728d19941d3f7c2" + "reference": "2a6d6704b17c4db6190cc3104056c0aad740cb15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/15087679960d72ae56bfcbf0d728d19941d3f7c2", - "reference": "15087679960d72ae56bfcbf0d728d19941d3f7c2", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2a6d6704b17c4db6190cc3104056c0aad740cb15", + "reference": "2a6d6704b17c4db6190cc3104056c0aad740cb15", "shasum": "" }, "require": { @@ -2044,7 +2044,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.4.7" + "source": "https://github.com/phpstan/phpstan/tree/1.4.8" }, "funding": [ { @@ -2064,7 +2064,7 @@ "type": "tidelift" } ], - "time": "2022-03-02T16:04:01+00:00" + "time": "2022-03-04T13:03:56+00:00" }, { "name": "phpunit/php-code-coverage",