Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
getpinga authored Mar 13, 2023
1 parent fc418ff commit b7ed2e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
"psr/log": "^3.0"
},
"suggest": {
"ext-swow": "You need either ext-swoole or ext-openswoole or ext-swow",
"ext-swoole": "You need either ext-swoole or ext-openswoole or ext-swow",
"ext-openswoole": "You need either ext-swoole or ext-openswoole or ext-swow"
"ext-openswoole": "You need either ext-swoole or ext-openswoole or ext-swow",
"ext-swow": "You need either ext-swoole or ext-openswoole or ext-swow",
"workerman/workerman": "Workerman is an alternative to Swoole for building high-performance PHP applications"
},
"config": {
"preferred-install": {
Expand Down

0 comments on commit b7ed2e8

Please sign in to comment.