From 7f3d8446e14bc2f3416d07edfd4c5a67b2e68077 Mon Sep 17 00:00:00 2001 From: Nikolaos Dimopoulos Date: Thu, 20 Feb 2020 11:27:25 -0500 Subject: [PATCH] [unit] - Added PSR 1.0 to composer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d4abee2be52..d5b695892f7 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", - "ext-psr": "^0.7", + "ext-psr": "^0.7|1.0", "ext-xml": "*", "ext-redis": "*", "ext-igbinary": "*",