From f0aad2da5dced23288067051853fb358d72bdab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 16:01:17 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan from 1.4.6 to 1.4.8 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.4.6 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.6...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.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 9124fb6e..21c52ff9 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "ergebnis/phpstan-rules": "^1.0.0", "infection/infection": "~0.26.5", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "^1.4.6", + "phpstan/phpstan": "^1.4.8", "phpstan/phpstan-deprecation-rules": "^1.0.0", "phpstan/phpstan-doctrine": "^1.2.11", "phpstan/phpstan-phpunit": "^1.0.0", diff --git a/composer.lock b/composer.lock index fb931a58..67305d3d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4b8ba41650b302872aa28f4d2a6d91b5", + "content-hash": "489d73fbd01aea2ba14c2d894d5d21de", "packages": [ { "name": "composer/package-versions-deprecated", @@ -4410,16 +4410,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.4.6", + "version": "1.4.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "8a7761f1c520e0dad6e04d862fdc697445457cfe" + "reference": "2a6d6704b17c4db6190cc3104056c0aad740cb15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8a7761f1c520e0dad6e04d862fdc697445457cfe", - "reference": "8a7761f1c520e0dad6e04d862fdc697445457cfe", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2a6d6704b17c4db6190cc3104056c0aad740cb15", + "reference": "2a6d6704b17c4db6190cc3104056c0aad740cb15", "shasum": "" }, "require": { @@ -4450,7 +4450,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.4.6" + "source": "https://github.com/phpstan/phpstan/tree/1.4.8" }, "funding": [ { @@ -4470,7 +4470,7 @@ "type": "tidelift" } ], - "time": "2022-02-06T12:56:13+00:00" + "time": "2022-03-04T13:03:56+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",