From f222d2b45bcfbb52ed948ef667b5173064e48398 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 20 Mar 2022 15:43:31 +0800 Subject: [PATCH] update composer requirement version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 86962ebd..c7e81d61 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "jelix/version": "^2.0", "koriym/attributes": "^1.0", "league/climate": "^3.6", - "psy/psysh": "@stable", + "psy/psysh": "^0.11.2", "symfony/console": "~5.0 || ~4.0 || ~3.0", "symfony/polyfill-ctype": "^1.19", "symfony/polyfill-mbstring": "^1.19",