From 1f3ed83a9b7a15169a45d139a79ca9a67b250a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 05:11:04 +0000 Subject: [PATCH] Update webmozart/assert requirement in the production-dependencies group Updates the requirements on [webmozart/assert](https://github.com/webmozarts/assert) to permit the latest version. Updates `webmozart/assert` to 2.0.0 - [Release notes](https://github.com/webmozarts/assert/releases) - [Changelog](https://github.com/webmozarts/assert/blob/master/CHANGELOG.md) - [Commits](https://github.com/webmozarts/assert/compare/1.12.0...2.0.0) --- updated-dependencies: - dependency-name: webmozart/assert dependency-version: 2.0.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0897c10..7fea232 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "ext-spl": "*", "guzzlehttp/psr7": "~2.8", - "webmozart/assert": "~1.12" + "webmozart/assert": "~2.0" }, "require-dev": { "ext-intl": "*",