We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc000d commit 43d8cc0Copy full SHA for 43d8cc0
app/Plugins/SkipSleepTraces.php
@@ -14,6 +14,7 @@ final class SkipSleepTraces implements PluginInterface
14
'Fiber::start',
15
'Fiber::resume',
16
'pcntl_wait',
17
+ 'pcntl_waitpid',
18
'socket_read',
19
'stream_select',
20
'socket_select',
composer.json
@@ -19,7 +19,7 @@
"revolt/event-loop": "^1.0",
"amphp/http-client": "^5",
21
"amphp/byte-stream": "^2.0",
22
- "symfony/console": "^5|^6",
+ "symfony/console": "^5|^6|^7",
23
"amphp/pipeline": "^1.0"
24
},
25
"autoload": {
0 commit comments