Skip to content

Commit

Permalink
Add psysh for debug (#109)
Browse files Browse the repository at this point in the history
* add psysh and stop() function
* remove stop() function
  • Loading branch information
huangzhhui authored Jun 29, 2018
1 parent f2ac535 commit da107a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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"
},
"replace": {
"swoft/framework": "self.version",
Expand Down
3 changes: 2 additions & 1 deletion src/framework/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit da107a7

Please sign in to comment.