From 1d060ac466f26bc612b7e3dd6ef0a1186ad6ba0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 16:01:46 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan from 1.3.3 to 1.4.0 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.3.3 to 1.4.0. - [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.3.3...1.4.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 70099e71..28fd0f94 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.3.3", + "phpstan/phpstan": "^1.4.0", "phpstan/phpstan-deprecation-rules": "^1.0.0", "phpstan/phpstan-doctrine": "^1.0.2", "phpstan/phpstan-phpunit": "^1.0.0", diff --git a/composer.lock b/composer.lock index 764b1139..9b1064f6 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": "7bc0d50aa8f6ed645f992eafc5096e7c", + "content-hash": "b1be72282b4d4589427b5d08ad4fc186", "packages": [ { "name": "composer/package-versions-deprecated", @@ -4397,16 +4397,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.3.3", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "151a51f6149855785fbd883e79768c0abc96b75f" + "reference": "72b04d97b5e6e60a081f17c416fef35bd521120b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/151a51f6149855785fbd883e79768c0abc96b75f", - "reference": "151a51f6149855785fbd883e79768c0abc96b75f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/72b04d97b5e6e60a081f17c416fef35bd521120b", + "reference": "72b04d97b5e6e60a081f17c416fef35bd521120b", "shasum": "" }, "require": { @@ -4422,7 +4422,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -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.3.3" + "source": "https://github.com/phpstan/phpstan/tree/1.4.0" }, "funding": [ { @@ -4457,7 +4457,7 @@ "type": "tidelift" } ], - "time": "2022-01-07T09:49:03+00:00" + "time": "2022-01-14T15:58:47+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -7821,5 +7821,5 @@ "platform-overrides": { "php": "7.4.26" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.2.0" }