mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +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": {
|
||||
"php": ">=5.3.0",
|
||||
"ext-pcntl": "*",
|
||||
"colinmollenhour/credis": "dev-master"
|
||||
},
|
||||
"suggest": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue