From 744750081c3f5e01122dc1b49389bcf82c08797f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 01:46:51 +0000 Subject: [PATCH] Bump phpstan/phpstan from 1.10.32 to 1.10.33 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.32 to 1.10.33. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.10.32...1.10.33) --- 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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index ff00e39..8ddda27 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "jangregor/phpstan-prophecy": "^1", "mikey179/vfsstream": "^1.6.11", "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "1.10.32", + "phpstan/phpstan": "1.10.33", "phpstan/phpstan-strict-rules": "^1.4.2", "phpstan/phpstan-symfony": "^1.2.6", "phpunit/phpunit": "^9.5.25" diff --git a/composer.lock b/composer.lock index d7b4e82..2a4064c 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": "3c6d772fc9ecf63ed2d52e45fe026112", + "content-hash": "3c7f3531bf093e72cb07d2b080669a71", "packages": [ { "name": "clue/stream-filter", @@ -7053,16 +7053,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.32", + "version": "1.10.33", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44" + "reference": "03b1cf9f814ba0863c4e9affea49a4d1ed9a2ed1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c47e47d3ab03137c0e121e77c4d2cb58672f6d44", - "reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/03b1cf9f814ba0863c4e9affea49a4d1ed9a2ed1", + "reference": "03b1cf9f814ba0863c4e9affea49a4d1ed9a2ed1", "shasum": "" }, "require": { @@ -7111,7 +7111,7 @@ "type": "tidelift" } ], - "time": "2023-08-24T21:54:50+00:00" + "time": "2023-09-04T12:20:53+00:00" }, { "name": "phpstan/phpstan-strict-rules",