From 2683787406e12cf9030570904a9e76c216232688 Mon Sep 17 00:00:00 2001 From: juniwalk Date: Mon, 13 May 2024 10:08:19 +0200 Subject: [PATCH] Narrow allowed versioning for juniwalk/orm --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d607782..88702bb 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require": { "php": ">=8.2", - "juniwalk/orm": ">=0.10", + "juniwalk/orm": ">=0.10 <1.0 | ^1.0", "juniwalk/utils": "^4.0", "nette/application": "^3.0", "nette/di": "^3.0",