From 7fbee0460ee5efc286650c9c93cd082c50494bce Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Tue, 31 Dec 2024 00:39:54 +0100 Subject: [PATCH] Compatibility with brick/reflection v0.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7be95b4..2c10060 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "brick/event": "~0.1.0", "brick/html": "~0.1.0", "brick/http": "~0.3.1", - "brick/reflection": "~0.4.0" + "brick/reflection": "~0.4.0 || ~0.5.0" }, "require-dev": { "ext-pdo": "*",