From d6ebf67f6c0f4d5b908c4d33522a0619442d9fa4 Mon Sep 17 00:00:00 2001 From: roxblnfk Date: Thu, 28 Nov 2024 13:57:40 +0400 Subject: [PATCH] set constrain for spiral/framework package --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index acbf8a5..b722604 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,12 @@ "email": "wolfy.jd@gmail.com" } ], + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/spiral" + } + ], "require": { "php": ">=8.1", "ext-mbstring": "*", @@ -21,7 +27,7 @@ "doctrine/collections": "^1.7", "fakerphp/faker": "^1.19", "spiral/cycle-bridge": "^2.0", - "spiral/framework": "^3.4", + "spiral/framework": "3.4 - 3.13", "spiral/helpers": "^1.0", "spiral/keeper": "^0.10", "spiral/nyholm-bridge": "^1.2",