From 322adc2c7fa8da2e6e5b793bc4d88ddb0d543d4d Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 15 Mar 2020 23:42:19 +0000 Subject: [PATCH] Allow psy/psysh 0.10.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1f2afa5..ec10228 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "illuminate/console": "^6.0|^7.0|^8.0", "illuminate/contracts": "^6.0|^7.0|^8.0", "illuminate/support": "^6.0|^7.0|^8.0", - "psy/psysh": "^0.9", + "psy/psysh": "^0.9|^0.10", "symfony/var-dumper": "^4.0|^5.0|^6.0" }, "require-dev": {