From f9534dfb4b3c44b4db3b4931d92689156f792c9c Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Wed, 17 Dec 2025 11:45:21 +0100 Subject: [PATCH] chore(deps): allow webmozart/assert v2 --- composer.json | 2 +- composer.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 8105049b..5e4f0392 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": "^7.4 || ^8.0", "phpdocumentor/type-resolver": "^1.7", - "webmozart/assert": "^1.9.1", + "webmozart/assert": "^1.9.1 || ^2", "phpdocumentor/reflection-common": "^2.2", "ext-filter": "*", "phpstan/phpdoc-parser": "^1.7|^2.0", diff --git a/composer.lock b/composer.lock index 38ff4139..ec7560f3 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": "7980f2ec05f5b526fd14283b3ff34b2a", + "content-hash": "908848a25f77bebc23c8ac1fe2f9ffb2", "packages": [ { "name": "doctrine/deprecations", @@ -2374,16 +2374,16 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^7.4 || ^8.0", "ext-filter": "*" }, - "platform-dev": [], + "platform-dev": {}, "platform-overrides": { "php": "7.4.0" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" }