From 548e0ac820f4ff196023f8f93a77dbf172aa74ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:52:42 +0000 Subject: Bump phpstan/phpstan from 1.8.3 to 1.8.4 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.8.3 to 1.8.4. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.8.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.8.3...1.8.4) --- 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 e7c6faa65..6d2a45705 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "require-dev": { "phpunit/phpunit": "9.5.*", "squizlabs/php_codesniffer": "^3.7.1", - "phpstan/phpstan": "^1.8.3", + "phpstan/phpstan": "^1.8.4", "phpstan/phpstan-doctrine": "^1.3.12", "phpstan/phpstan-strict-rules": "^1.4.3", "phpstan/phpstan-phpunit": "^1.0.0", diff --git a/composer.lock b/composer.lock index 90a082628..dc2468e10 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": "4ffefaaa1e24da0962f9d049aa038506", + "content-hash": "f1f765ba4013fe625e93be6b8f4e259f", "packages": [ { "name": "arthurhoaro/favicon", @@ -1049,16 +1049,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.8.3", + "version": "1.8.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "5583623b61caafebd62bc78a99533aa9d769d097" + "reference": "eed4c9da531f6ebb4787235b6fb486e2c20f34e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5583623b61caafebd62bc78a99533aa9d769d097", - "reference": "5583623b61caafebd62bc78a99533aa9d769d097", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/eed4c9da531f6ebb4787235b6fb486e2c20f34e5", + "reference": "eed4c9da531f6ebb4787235b6fb486e2c20f34e5", "shasum": "" }, "require": { @@ -1088,7 +1088,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.8.3" + "source": "https://github.com/phpstan/phpstan/tree/1.8.4" }, "funding": [ { @@ -1104,7 +1104,7 @@ "type": "tidelift" } ], - "time": "2022-09-01T15:27:34+00:00" + "time": "2022-09-03T13:08:04+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", -- cgit v1.2.3