From 5e55e722beb9ff62f95a2d6b28ff5a98254a9acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=9C=9D=E6=99=96?= Date: Fri, 29 Jun 2018 17:33:16 +0800 Subject: [PATCH] Add psysh for debug (https://github.com/swoft-cloud/swoft-component/pull/109) * add psysh and stop() function * remove stop() function --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd0ed4d4..c9027052 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,8 @@ "require-dev": { "swoft/swoole-ide-helper": "dev-master", "phpunit/phpunit": "^5.7", - "friendsofphp/php-cs-fixer": "^2.10" + "friendsofphp/php-cs-fixer": "^2.10", + "psy/psysh": "@stable" }, "autoload-dev": { "psr-4": {