From 853c781b04eb070bb901a1dda55796f5a8000f0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 16:02:57 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan from 1.6.0 to 1.6.2 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.6.0 to 1.6.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.6.0...1.6.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 3397dbcb..576b7662 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "ergebnis/phpstan-rules": "^1.0.0", "infection/infection": "~0.26.6", "phpstan/extension-installer": "^1.1.0", - "phpstan/phpstan": "^1.5.6", + "phpstan/phpstan": "^1.6.2", "phpstan/phpstan-deprecation-rules": "^1.0.0", "phpstan/phpstan-doctrine": "^1.3.3", "phpstan/phpstan-phpunit": "^1.1.1", diff --git a/composer.lock b/composer.lock index af2b49a3..253cbd02 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": "5f5360145b6c84803c0c440025e5e114", + "content-hash": "86ac383d689601cf4e383bb94f10a344", "packages": [ { "name": "composer/package-versions-deprecated", @@ -4407,16 +4407,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.6.0", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "b480ba2ae0699a72d43a340c20b9c00ede91ee3e" + "reference": "becb9603a31d70f5007d505877a7b812598dfe46" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b480ba2ae0699a72d43a340c20b9c00ede91ee3e", - "reference": "b480ba2ae0699a72d43a340c20b9c00ede91ee3e", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/becb9603a31d70f5007d505877a7b812598dfe46", + "reference": "becb9603a31d70f5007d505877a7b812598dfe46", "shasum": "" }, "require": { @@ -4442,7 +4442,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.6.0" + "source": "https://github.com/phpstan/phpstan/tree/1.6.2" }, "funding": [ { @@ -4462,7 +4462,7 @@ "type": "tidelift" } ], - "time": "2022-04-26T05:43:03+00:00" + "time": "2022-04-27T11:05:24+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",