From 68b32ee02ff0f5438e955be44fee86207fdec141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 11:15:02 +0000 Subject: [PATCH] Update phpstan/phpstan-webmozart-assert requirement from 1.2.0 to 1.2.9 Updates the requirements on [phpstan/phpstan-webmozart-assert](https://github.com/phpstan/phpstan-webmozart-assert) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan-webmozart-assert/releases) - [Commits](https://github.com/phpstan/phpstan-webmozart-assert/compare/1.2.0...1.2.9) --- updated-dependencies: - dependency-name: phpstan/phpstan-webmozart-assert dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5251548..4bfc461 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "phpspec/phpspec": "^7.0", "phpstan/phpstan": "1.11.8", "phpstan/phpstan-phpunit": "1.4.0", - "phpstan/phpstan-webmozart-assert": "1.2.0", + "phpstan/phpstan-webmozart-assert": "1.2.9", "phpunit/phpunit": "^10.5", "rector/rector": "^1.2.2", "sylius-labs/coding-standard": "^4.0",