From bd7de459562b7806d0d517b992791961a9f0e168 Mon Sep 17 00:00:00 2001 From: Elias Luhr Date: Mon, 13 Mar 2023 09:23:18 +0100 Subject: [PATCH] updated version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a0bd356..012da3f 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "2amigos/yii2-usuario": "^1.5", "dmstr/yii2-bootstrap": "^0.2.2", "dmstr/yii2-web": "^1.1", - "guzzlehttp/psr7": "^2.4", + "guzzlehttp/psr7": "^1.9 || ^2.4", "league/oauth2-server": "^8.4", "yiisoft/yii2": "^2.0" },