Skip to content

Commit e7ed566

Browse files
committed
make ext-pcntl a required dependency
1 parent e14bda8 commit e7ed566

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@
2626
"require": {
2727
"php": "^8.0",
2828
"ext-json": "*",
29-
"ext-curl": "*"
30-
},
31-
"suggest": {
32-
"ext-pcntl": "For signal handling support on Unix-like systems"
29+
"ext-curl": "*",
30+
"ext-pcntl": "*"
3331
},
3432
"autoload": {
3533
"psr-4": {

0 commit comments

Comments
 (0)