mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
Added PCNTL extension check on composer file
This commit is contained in:
parent
72c2afad59
commit
4ff0c51d40
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
|
"ext-pcntl": "*",
|
||||||
"colinmollenhour/credis": "dev-master"
|
"colinmollenhour/credis": "dev-master"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue