Skip to content

Commit 46817b9

Browse files
committed
Moving pcntl from required to sugessted extensions
1 parent 1209f05 commit 46817b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@
2424
],
2525
"require": {
2626
"php": "^8.0",
27-
"ext-json": "*",
28-
"ext-pcntl": "*"
27+
"ext-json": "*"
28+
},
29+
"suggest": {
30+
"ext-pcntl": "For signal handling support on Unix-like systems"
2931
},
3032
"autoload": {
3133
"psr-4": {

0 commit comments

Comments
 (0)