Skip to content

Commit 4ff0c51

Browse files
author
Rajib Ahmed
committed
Added PCNTL extension check on composer file
1 parent 72c2afa commit 4ff0c51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
],
2020
"require": {
2121
"php": ">=5.3.0",
22+
"ext-pcntl": "*",
2223
"colinmollenhour/credis": "dev-master"
2324
},
2425
"suggest": {
@@ -36,4 +37,4 @@
3637
"Resque": "lib"
3738
}
3839
}
39-
}
40+
}

0 commit comments

Comments
 (0)