mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Merge pull request #99 from rajibahmed/master
Check for installed pcntl extension via composer.json
This commit is contained in:
commit
1310b0661b
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": {
|
||||
|
@ -36,4 +37,4 @@
|
|||
"Resque": "lib"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue