From f00fd1c93cf75f48a2cdaa3881673e85cf9c0322 Mon Sep 17 00:00:00 2001 From: spiralbot Date: Tue, 13 Sep 2022 15:04:26 +0000 Subject: [PATCH] Fixes monorepo builder issues --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aecf30d..a8d4021 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require": { "php": ">=8.1", "spiral/auth": "^3.0", - "spiral/attributes": "^3.0", + "spiral/attributes": "^2.8|^3.0", "spiral/core": "^3.0", "spiral/models": "^3.0", "spiral/validation": "^3.0",