From 6d00fc132c7b93cd846cc335b10eca4645869db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:56:05 +0000 Subject: [PATCH] composer(deps-dev): bump phpstan/phpstan-webmozart-assert Bumps [phpstan/phpstan-webmozart-assert](https://github.com/phpstan/phpstan-webmozart-assert) from 1.2.4 to 1.2.6. - [Release notes](https://github.com/phpstan/phpstan-webmozart-assert/releases) - [Commits](https://github.com/phpstan/phpstan-webmozart-assert/compare/1.2.4...1.2.6) --- updated-dependencies: - dependency-name: phpstan/phpstan-webmozart-assert dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index f3af8c1a..3706a712 100644 --- a/composer.lock +++ b/composer.lock @@ -3202,16 +3202,16 @@ }, { "name": "phpstan/phpstan-webmozart-assert", - "version": "1.2.4", + "version": "1.2.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-webmozart-assert.git", - "reference": "d1ff28697bd4e1c9ef5d3f871367ce9092871fec" + "reference": "c1739d090e44b82b41b8e32f429fa68ddc28072a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-webmozart-assert/zipball/d1ff28697bd4e1c9ef5d3f871367ce9092871fec", - "reference": "d1ff28697bd4e1c9ef5d3f871367ce9092871fec", + "url": "https://api.github.com/repos/phpstan/phpstan-webmozart-assert/zipball/c1739d090e44b82b41b8e32f429fa68ddc28072a", + "reference": "c1739d090e44b82b41b8e32f429fa68ddc28072a", "shasum": "" }, "require": { @@ -3247,9 +3247,9 @@ "description": "PHPStan webmozart/assert extension", "support": { "issues": "https://github.com/phpstan/phpstan-webmozart-assert/issues", - "source": "https://github.com/phpstan/phpstan-webmozart-assert/tree/1.2.4" + "source": "https://github.com/phpstan/phpstan-webmozart-assert/tree/1.2.6" }, - "time": "2023-02-21T20:34:19+00:00" + "time": "2024-03-30T14:14:20+00:00" }, { "name": "phpunit/php-code-coverage",