Skip to content

Commit b090c24

Browse files
committed
Require pcntl extension in composer.json
1 parent c1573ea commit b090c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"php": ">=7.1.0",
1414
"ext-json": "*",
1515
"ext-zip": "*",
16+
"ext-pcntl": "*",
1617
"facebook/webdriver": "^1.7",
1718
"nesbot/carbon": "^1.20|^2.0",
1819
"illuminate/console": "~5.7.0|~5.8.0|^6.0|^7.0",

0 commit comments

Comments
 (0)