From 573a57701dabf2f490a4657afc47e8f3d6a49dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 16:01:20 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan from 1.4.1 to 1.4.2 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.4.1 to 1.4.2. - [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.1...1.4.2) --- 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 79e17ec9..e058d0d8 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "ergebnis/phpstan-rules": "^1.0.0", "infection/infection": "~0.26.1", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "^1.4.0", + "phpstan/phpstan": "^1.4.2", "phpstan/phpstan-deprecation-rules": "^1.0.0", "phpstan/phpstan-doctrine": "^1.1.0", "phpstan/phpstan-phpunit": "^1.0.0", diff --git a/composer.lock b/composer.lock index 0f197756..058059cf 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": "152db048b18d6e8693fa9933ace7701d", + "content-hash": "55ea1dd85e36f5a22fe146993b16f1a5", "packages": [ { "name": "composer/package-versions-deprecated", @@ -4397,16 +4397,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.4.1", + "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "5bd02c86beb4c024dd4662b6443f5d5332a0ae12" + "reference": "1dd8f3e40bf7aa30031a75c65cece99220a161b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5bd02c86beb4c024dd4662b6443f5d5332a0ae12", - "reference": "5bd02c86beb4c024dd4662b6443f5d5332a0ae12", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1dd8f3e40bf7aa30031a75c65cece99220a161b8", + "reference": "1dd8f3e40bf7aa30031a75c65cece99220a161b8", "shasum": "" }, "require": { @@ -4437,7 +4437,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.4.1" + "source": "https://github.com/phpstan/phpstan/tree/1.4.2" }, "funding": [ { @@ -4457,7 +4457,7 @@ "type": "tidelift" } ], - "time": "2022-01-17T16:35:17+00:00" + "time": "2022-01-18T16:09:11+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",