From 70a22d769b999fa691f0244c7c14a458b670da0d Mon Sep 17 00:00:00 2001 From: Santeri Hurnanen Date: Mon, 30 Oct 2023 15:20:30 +0200 Subject: [PATCH] UHF-9113: Require webmozart/assert --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6b389d6f..cf42c3f2 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,8 @@ "firebase/php-jwt": "^6.5", "php": "^8.1", "t4web/composer-lock-parser": "^1.0", - "textalk/websocket": "^1.6" + "textalk/websocket": "^1.6", + "webmozart/assert": "^1.0" }, "conflict": { "drupal/helfi_debug": "*"