Skip to content

Commit 9112c49

Browse files
committed
fix: add requirement for hyperf/engine to support coroutine engine
1 parent d5525e2 commit 9112c49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"hyperf/amqp": "Required to use the amqp event (~3.2.0).",
4141
"hyperf/crontab": "Required to use the crontab event (~3.2.0).",
4242
"hyperf/database": "Required to use the crontab event (~3.2.0).",
43+
"hyperf/engine": "Required to use the coroutine engine (^2.15.0).",
4344
"hyperf/rpc-multiplex": "Required to use the rpc multiplex event (~3.2.0).",
4445
"phpmyadmin/sql-parser": "Required to use the sql parser (^5.9)."
4546
},

0 commit comments

Comments
 (0)